#B9CA0B

Color #B9CA0B La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B9CA0B

Tints of La Rioja #B9CA0B

Color information

#B9CA0B (or 0xB9CA0B) is unknown color: approx La Rioja. HEX triplet: B9, CA and 0B. RGB value is (185,202,11). Sum of RGB (Red+Green+Blue) = 185+202+11=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CA0B is #4635F4. Grayscale: #AFAFAF. Windows color (decimal): -4601333 or 772793. OLE color: 772793.

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

Color convert

RGB18520211-
CMYK0.0800.950.21
HSL65.34º89.67%41.76%-
HSV(B)65.34º94.55%79.22%-
XYZ41.1952.588.29-
YUV175.1435.37135.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 11 (4.69% from 255) = 2.76%
R=46.48%
G=50.75%
B=2.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185202110.0800.950.2165.3489.6741.76
HexB9CAB805F15415a2a
Octal271312131001372510113252
Binary101110011100101010111000010111111010110000011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA0B; }

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

 H1.HeaderClassName
 {
   color: #B9CA0B;
 }
 .AnyTagClassName
 {
   color: #B9CA0B;
 }
</style>
background-color css

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

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

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

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

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

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