#B2C709

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

Shades of La Rioja #B2C709

Tints of La Rioja #B2C709

Color information

#B2C709 (or 0xB2C709) is unknown color: approx La Rioja. HEX triplet: B2, C7 and 09. RGB value is (178,199,9). Sum of RGB (Red+Green+Blue) = 178+199+9=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C709 is #4D38F6. Grayscale: #ABABAB. Windows color (decimal): -5060855 or 640946. OLE color: 640946.

HSL color Cylindrical-coordinate representation of color #B2C709: hue angle of 66.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C709 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1781999-
CMYK0.1100.950.22
HSL66.63º91.35%40.78%-
HSV(B)66.63º95.48%78.04%-
XYZ38.8350.337.93-
YUV171.0636.54132.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 9 (3.91% from 255) = 2.33%
R=46.11%
G=51.55%
B=2.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17819990.1100.950.2266.6391.3540.78
HexB2C79B05F16435b29
Octal262307111301372610313351
Binary101100101100011110011011010111111011010000111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C709; }

 p { color: rgb(178,199,9); }

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

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

 a { background-color: rgb(178,199,9); }

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

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

 span { border-color: rgb(178,199,9); }

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