#B6C72C

Color #B6C72C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B6C72C

Tints of Rio Grande #B6C72C

Color information

#B6C72C (or 0xB6C72C) is unknown color: approx Rio Grande. HEX triplet: B6, C7 and 2C. RGB value is (182,199,44). Sum of RGB (Red+Green+Blue) = 182+199+44=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C72C is #4938D3. Grayscale: #B0B0B0. Windows color (decimal): -4798676 or 2934710. OLE color: 2934710.

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

Color convert

RGB18219944-
CMYK0.0900.780.22
HSL66.58º63.79%47.65%-
HSV(B)66.58º77.89%78.04%-
XYZ40.1750.9710.1-
YUV176.2553.37132.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 44 (17.58% from 255) = 10.35%
R=42.82%
G=46.82%
B=10.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182199440.0900.780.2266.5863.7947.65
HexB6C72C904E16434030
Octal266307541101162610310060
Binary10110110110001111011001001010011101011010000111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C72C; }

 p { color: rgb(182,199,44); }

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

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

 a { background-color: rgb(182,199,44); }

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

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

 span { border-color: rgb(182,199,44); }

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