#B5C306

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

Shades of La Rioja #B5C306

Tints of La Rioja #B5C306

Color information

#B5C306 (or 0xB5C306) is unknown color: approx La Rioja. HEX triplet: B5, C3 and 06. RGB value is (181,195,6). Sum of RGB (Red+Green+Blue) = 181+195+6=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C306 is #4A3CF9. Grayscale: #AAAAAA. Windows color (decimal): -4865274 or 443317. OLE color: 443317.

HSL color Cylindrical-coordinate representation of color #B5C306: hue angle of 64.44º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5C306 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1811956-
CMYK0.0700.970.24
HSL64.44º94.03%39.41%-
HSV(B)64.44º96.92%76.47%-
XYZ38.648.877.57-
YUV169.2735.86136.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=47.38%
G=51.05%
B=1.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18119560.0700.970.2464.4494.0339.41
HexB5C36706118405e27
Octal2653036701413010013647
Binary1011010111000011110111011000011100010000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C306; }

 p { color: rgb(181,195,6); }

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

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

 a { background-color: rgb(181,195,6); }

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

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

 span { border-color: rgb(181,195,6); }

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