Html Css Color HEX #B9C40B La Rioja

📋 copy color: '#B9C40B'

red 185 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #B9C40B

Tints of La Rioja #B9C40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 47.19%
G = 50%
B = 2.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#B9C40B (or 0xB9C40B) is known color: La Rioja. HEX triplet: B9, C4 and 0B. RGB value is (185,196,11). Sum of RGB (Red+Green+Blue) = 185+196+11=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C40B is #463BF4. Grayscale: #ACACAC. Windows color (decimal): -4602869 or 771257. OLE color: 771257.

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

Color convert

RGB 185 196 11 -
CMYK 0.06 0 0.94 0.23
HSL 63.57º 0.89% 0.41% -
HSV(B) 63.57º 0.94% 0.77% -
XYZ 39.81 49.82 7.83 -
YUV 171.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 185 196 11 0.06 0 0.94 0.23 63.57 0.89 0.41
Hex B9 C4 B 6 0 5E 17 40 59 29
Octal 271 304 13 6 0 136 27 100 131 51
Binary 10111001 11000100 1011 110 0 1011110 10111 1000000 1011001 101001

Color Harmonies of #B9C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C40B

Black with #B9C40B

Text Example


Text Example

White with #B9C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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