Html Css Color HEX #B5CA0C La Rioja

📋 copy color: '#B5CA0C'

red 181 ◦ green 202 ◦ blue 12

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

Shades of La Rioja #B5CA0C

Tints of La Rioja #B5CA0C

RGB

 RED value IS 181 (71.09% from 255) = 45.82%

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

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

R = 45.82%
G = 51.14%
B = 3.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B5CA0C (or 0xB5CA0C) is known color: La Rioja. HEX triplet: B5, CA and 0C. RGB value is (181,202,12). Sum of RGB (Red+Green+Blue) = 181+202+12=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA0C is #4A35F3. Grayscale: #AEAEAE. Windows color (decimal): -4863476 or 838325. OLE color: 838325.

HSL color Cylindrical-coordinate representation of color #B5CA0C: hue angle of 66.63º 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 #B5CA0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 12 -
CMYK 0.10 0 0.94 0.21
HSL 66.63º 0.89% 0.42% -
HSV(B) 66.63º 0.94% 0.79% -
XYZ 40.24 52.09 8.28 -
YUV 174.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 181 202 12 0.10 0 0.94 0.21 66.63 0.89 0.42
Hex B5 CA C A 0 5E 15 43 59 2A
Octal 265 312 14 12 0 136 25 103 131 52
Binary 10110101 11001010 1100 1010 0 1011110 10101 1000011 1011001 101010

Color Harmonies of #B5CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA0C

Black with #B5CA0C

Text Example


Text Example

White with #B5CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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