#B9CD0B

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

Shades of La Rioja #B9CD0B

Tints of La Rioja #B9CD0B

Color information

#B9CD0B (or 0xB9CD0B) is unknown color: approx La Rioja. HEX triplet: B9, CD and 0B. RGB value is (185,205,11). Sum of RGB (Red+Green+Blue) = 185+205+11=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CD0B is #4632F4. Grayscale: #B1B1B1. Windows color (decimal): -4600565 or 773561. OLE color: 773561.

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

Color convert

RGB18520511-
CMYK0.1000.950.20
HSL66.19º89.81%42.35%-
HSV(B)66.19º94.63%80.39%-
XYZ41.9548.53-
YUV176.934.37133.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=46.13%
G=51.12%
B=2.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185205110.1000.950.2066.1989.8142.35
HexB9CDBA05F14425a2a
Octal271315131201372410213252
Binary101110011100110110111010010111111010010000101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD0B; }

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

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

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

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

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

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

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

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