Html Css Color HEX #B9C20A La Rioja

📋 copy color: '#B9C20A'

red 185 ◦ green 194 ◦ blue 10

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

Shades of La Rioja #B9C20A

Tints of La Rioja #B9C20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 47.56%
G = 49.87%
B = 2.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#B9C20A (or 0xB9C20A) is known color: La Rioja. HEX triplet: B9, C2 and 0A. RGB value is (185,194,10). Sum of RGB (Red+Green+Blue) = 185+194+10=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C20A is #463DF5. Grayscale: #ABABAB. Windows color (decimal): -4603382 or 705209. OLE color: 705209.

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

Color convert

RGB 185 194 10 -
CMYK 0.05 0 0.95 0.24
HSL 62.93º 0.9% 0.4% -
HSV(B) 62.93º 0.95% 0.76% -
XYZ 39.35 48.92 7.66 -
YUV 170.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 185 194 10 0.05 0 0.95 0.24 62.93 0.9 0.4
Hex B9 C2 A 5 0 5F 18 3F 5A 28
Octal 271 302 12 5 0 137 30 77 132 50
Binary 10111001 11000010 1010 101 0 1011111 11000 111111 1011010 101000

Color Harmonies of #B9C20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C20A

Black with #B9C20A

Text Example


Text Example

White with #B9C20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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