Html Css Color HEX #B5CA09 La Rioja

📋 copy color: '#B5CA09'

red 181 ◦ green 202 ◦ blue 9

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

Shades of La Rioja #B5CA09

Tints of La Rioja #B5CA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 46.17%
G = 51.53%
B = 2.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#B5CA09 (or 0xB5CA09) is known color: La Rioja. HEX triplet: B5, CA and 09. RGB value is (181,202,9). Sum of RGB (Red+Green+Blue) = 181+202+9=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA09 is #4A35F6. Grayscale: #AEAEAE. Windows color (decimal): -4863479 or 641717. OLE color: 641717.

HSL color Cylindrical-coordinate representation of color #B5CA09: hue angle of 66.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5CA09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 9 -
CMYK 0.10 0 0.96 0.21
HSL 66.53º 0.91% 0.41% -
HSV(B) 66.53º 0.96% 0.79% -
XYZ 40.23 52.08 8.19 -
YUV 173.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 181 202 9 0.10 0 0.96 0.21 66.53 0.91 0.41
Hex B5 CA 9 A 0 60 15 43 5B 29
Octal 265 312 11 12 0 140 25 103 133 51
Binary 10110101 11001010 1001 1010 0 1100000 10101 1000011 1011011 101001

Color Harmonies of #B5CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA09

Black with #B5CA09

Text Example


Text Example

White with #B5CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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