Html Css Color HEX #B9C20E La Rioja

📋 copy color: '#B9C20E'

red 185 ◦ green 194 ◦ blue 14

#B9C20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B9C20E

Tints of La Rioja #B9C20E

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

 GREEN value IS 194 (76.17% from 255) = 49.36%

 BLUE value IS 14 (5.86% from 255) = 3.56%

R = 47.07%
G = 49.36%
B = 3.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9C20E (or 0xB9C20E) is known color: La Rioja. HEX triplet: B9, C2 and 0E. RGB value is (185,194,14). Sum of RGB (Red+Green+Blue) = 185+194+14=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C20E is #463DF1. Grayscale: #ABABAB. Windows color (decimal): -4603378 or 967353. OLE color: 967353.

HSL color Cylindrical-coordinate representation of color #B9C20E: hue angle of 63º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9C20E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 14 -
CMYK 0.05 0 0.93 0.24
HSL 63º 0.87% 0.41% -
HSV(B) 63º 0.93% 0.76% -
XYZ 39.38 48.93 7.78 -
YUV 170.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 185 194 14 0.05 0 0.93 0.24 63 0.87 0.41
Hex B9 C2 E 5 0 5D 18 3F 57 29
Octal 271 302 16 5 0 135 30 77 127 51
Binary 10111001 11000010 1110 101 0 1011101 11000 111111 1010111 101001

Color Harmonies of #B9C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C20E

Black with #B9C20E

Text Example


Text Example

White with #B9C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C20E; }

 p { color: rgb(185,194,14); }

 H1.HeaderClassName
 {
   color: #B9C20E;
 }
 .AnyTagClassName
 {
   color: #B9C20E;
 }
</style>

background-color css

<style>
 a { background-color: #B9C20E; }

 a { background-color: rgb(185,194,14); }

 div.DivClassName
 {
   background-color: #B9C20E;
 }
 .BgClassName
 {
   background-color: #B9C20E;
 }
</style>

border-color css

<style>
 span { border-color: #B9C20E; }

 span { border-color: rgb(185,194,14); }

 td.TdClassName
 {
   border-color: #B9C20E;
 }
 .TagClassName
 {
   border-color: #B9C20E;
 }
</style>