Html Css Color HEX #B9CA0C La Rioja

📋 copy color: '#B9CA0C'

red 185 ◦ green 202 ◦ blue 12

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

Shades of La Rioja #B9CA0C

Tints of La Rioja #B9CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 46.37%
G = 50.63%
B = 3.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B9CA0C (or 0xB9CA0C) is known color: La Rioja. HEX triplet: B9, CA and 0C. RGB value is (185,202,12). Sum of RGB (Red+Green+Blue) = 185+202+12=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA0C is #4635F3. Grayscale: #B0B0B0. Windows color (decimal): -4601332 or 838329. OLE color: 838329.

HSL color Cylindrical-coordinate representation of color #B9CA0C: hue angle of 65.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9CA0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 12 -
CMYK 0.08 0 0.94 0.21
HSL 65.37º 0.89% 0.42% -
HSV(B) 65.37º 0.94% 0.79% -
XYZ 41.19 52.58 8.33 -
YUV 175.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 185 202 12 0.08 0 0.94 0.21 65.37 0.89 0.42
Hex B9 CA C 8 0 5E 15 41 59 2A
Octal 271 312 14 10 0 136 25 101 131 52
Binary 10111001 11001010 1100 1000 0 1011110 10101 1000001 1011001 101010

Color Harmonies of #B9CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA0C

Black with #B9CA0C

Text Example


Text Example

White with #B9CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA0C; }

 p { color: rgb(185,202,12); }

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

background-color css

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

 a { background-color: rgb(185,202,12); }

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

border-color css

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

 span { border-color: rgb(185,202,12); }

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