#B5C706

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

Shades of La Rioja #B5C706

Tints of La Rioja #B5C706

Color information

#B5C706 (or 0xB5C706) is unknown color: approx La Rioja. HEX triplet: B5, C7 and 06. RGB value is (181,199,6). Sum of RGB (Red+Green+Blue) = 181+199+6=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C706 is #4A38F9. Grayscale: #ACACAC. Windows color (decimal): -4864250 or 444341. OLE color: 444341.

HSL color Cylindrical-coordinate representation of color #B5C706: hue angle of 65.6º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5C706 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1811996-
CMYK0.0900.970.22
HSL65.6º94.15%40.2%-
HSV(B)65.6º96.98%78.04%-
XYZ39.5150.687.87-
YUV171.6234.54134.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 6 (2.73% from 255) = 1.55%
R=46.89%
G=51.55%
B=1.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18119960.0900.970.2265.694.1540.2
HexB5C76906116425e28
Octal26530761101412610213650
Binary10110101110001111101001011000011011010000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C706; }

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

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

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

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

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

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

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

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