Html Css Color HEX #B9C40D La Rioja

📋 copy color: '#B9C40D'

red 185 ◦ green 196 ◦ blue 13

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

Shades of La Rioja #B9C40D

Tints of La Rioja #B9C40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 46.95%
G = 49.75%
B = 3.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#B9C40D (or 0xB9C40D) is known color: La Rioja. HEX triplet: B9, C4 and 0D. RGB value is (185,196,13). Sum of RGB (Red+Green+Blue) = 185+196+13=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C40D is #463BF2. Grayscale: #ACACAC. Windows color (decimal): -4602867 or 902329. OLE color: 902329.

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

Color convert

RGB 185 196 13 -
CMYK 0.06 0 0.93 0.23
HSL 63.61º 0.88% 0.41% -
HSV(B) 63.61º 0.93% 0.77% -
XYZ 39.82 49.82 7.9 -
YUV 171.85 38.36 137.38 -
System Red Green Blue C M Y K H S L
Decimal 185 196 13 0.06 0 0.93 0.23 63.61 0.88 0.41
Hex B9 C4 D 6 0 5D 17 40 58 29
Octal 271 304 15 6 0 135 27 100 130 51
Binary 10111001 11000100 1101 110 0 1011101 10111 1000000 1011000 101001

Color Harmonies of #B9C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C40D

Black with #B9C40D

Text Example


Text Example

White with #B9C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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