#B6CB0A

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

Shades of La Rioja #B6CB0A

Tints of La Rioja #B6CB0A

Color information

#B6CB0A (or 0xB6CB0A) is unknown color: approx La Rioja. HEX triplet: B6, CB and 0A. RGB value is (182,203,10). Sum of RGB (Red+Green+Blue) = 182+203+10=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CB0A is #4934F5. Grayscale: #AFAFAF. Windows color (decimal): -4797686 or 707510. OLE color: 707510.

HSL color Cylindrical-coordinate representation of color #B6CB0A: hue angle of 66.53º degrees, saturation: 0.91, 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 #B6CB0A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB18220310-
CMYK0.1000.950.20
HSL66.53º90.61%41.76%-
HSV(B)66.53º95.07%79.61%-
XYZ40.752.688.31-
YUV174.7235.04133.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 10 (4.30% from 255) = 2.53%
R=46.08%
G=51.39%
B=2.53%

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
Decimal182203100.1000.950.2066.5390.6141.76
HexB6CBAA05F14435b2a
Octal266313121201372410313352
Binary101101101100101110101010010111111010010000111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB0A; }

 p { color: rgb(182,203,10); }

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

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

 a { background-color: rgb(182,203,10); }

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

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

 span { border-color: rgb(182,203,10); }

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