Html Css Color HEX #B9CA05 La Rioja

📋 copy color: '#B9CA05'

red 185 ◦ green 202 ◦ blue 5

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

Shades of La Rioja #B9CA05

Tints of La Rioja #B9CA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 47.19%
G = 51.53%
B = 1.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#B9CA05 (or 0xB9CA05) is known color: La Rioja. HEX triplet: B9, CA and 05. RGB value is (185,202,5). Sum of RGB (Red+Green+Blue) = 185+202+5=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA05 is #4635FA. Grayscale: #AFAFAF. Windows color (decimal): -4601339 or 379577. OLE color: 379577.

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

Color convert

RGB 185 202 5 -
CMYK 0.08 0 0.98 0.21
HSL 65.18º 0.95% 0.41% -
HSV(B) 65.18º 0.98% 0.79% -
XYZ 41.16 52.57 8.12 -
YUV 174.46 32.37 135.52 -
System Red Green Blue C M Y K H S L
Decimal 185 202 5 0.08 0 0.98 0.21 65.18 0.95 0.41
Hex B9 CA 5 8 0 62 15 41 5F 29
Octal 271 312 5 10 0 142 25 101 137 51
Binary 10111001 11001010 101 1000 0 1100010 10101 1000001 1011111 101001

Color Harmonies of #B9CA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA05

Black with #B9CA05

Text Example


Text Example

White with #B9CA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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