#B9C70D

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

Shades of La Rioja #B9C70D

Tints of La Rioja #B9C70D

Color information

#B9C70D (or 0xB9C70D) is unknown color: approx La Rioja. HEX triplet: B9, C7 and 0D. RGB value is (185,199,13). Sum of RGB (Red+Green+Blue) = 185+199+13=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C70D is #4638F2. Grayscale: #AEAEAE. Windows color (decimal): -4602099 or 903097. OLE color: 903097.

HSL color Cylindrical-coordinate representation of color #B9C70D: hue angle of 64.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9C70D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB18519913-
CMYK0.0700.930.22
HSL64.52º87.74%41.57%-
HSV(B)64.52º93.47%78.04%-
XYZ40.551.198.13-
YUV173.6137.36136.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 199 (78.12% from 255) = 50.13%
BLUE value IS 13 (5.47% from 255) = 3.27%
R=46.60%
G=50.13%
B=3.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185199130.0700.930.2264.5287.7441.57
HexB9C7D705D1641582a
Octal27130715701352610113052
Binary10111001110001111101111010111011011010000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C70D; }

 p { color: rgb(185,199,13); }

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

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

 a { background-color: rgb(185,199,13); }

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

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

 span { border-color: rgb(185,199,13); }

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