Html Css Color HEX #B9C40A La Rioja

📋 copy color: '#B9C40A'

red 185 ◦ green 196 ◦ blue 10

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

Shades of La Rioja #B9C40A

Tints of La Rioja #B9C40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.13%

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

R = 47.31%
G = 50.13%
B = 2.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#B9C40A (or 0xB9C40A) is known color: La Rioja. HEX triplet: B9, C4 and 0A. RGB value is (185,196,10). Sum of RGB (Red+Green+Blue) = 185+196+10=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C40A is #463BF5. Grayscale: #ACACAC. Windows color (decimal): -4602870 or 705721. OLE color: 705721.

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

Color convert

RGB 185 196 10 -
CMYK 0.06 0 0.95 0.23
HSL 63.55º 0.9% 0.4% -
HSV(B) 63.55º 0.95% 0.77% -
XYZ 39.8 49.82 7.8 -
YUV 171.51 36.86 137.62 -
System Red Green Blue C M Y K H S L
Decimal 185 196 10 0.06 0 0.95 0.23 63.55 0.9 0.4
Hex B9 C4 A 6 0 5F 17 40 5A 28
Octal 271 304 12 6 0 137 27 100 132 50
Binary 10111001 11000100 1010 110 0 1011111 10111 1000000 1011010 101000

Color Harmonies of #B9C40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C40A

Black with #B9C40A

Text Example


Text Example

White with #B9C40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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