#B2C226

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

Shades of Rio Grande #B2C226

Tints of Rio Grande #B2C226

Color information

#B2C226 (or 0xB2C226) is unknown color: approx Rio Grande. HEX triplet: B2, C2 and 26. RGB value is (178,194,38). Sum of RGB (Red+Green+Blue) = 178+194+38=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C226 is #4D3DD9. Grayscale: #ACACAC. Windows color (decimal): -5062106 or 2540210. OLE color: 2540210.

HSL color Cylindrical-coordinate representation of color #B2C226: hue angle of 66.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2C226 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB17819438-
CMYK0.0800.800.24
HSL66.15º67.24%45.49%-
HSV(B)66.15º80.41%76.08%-
XYZ3848.199.13-
YUV171.4352.7132.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 194 (76.17% from 255) = 47.32%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=43.41%
G=47.32%
B=9.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194380.0800.800.2466.1567.2445.49
HexB2C22680501842432d
Octal262302461001203010210355
Binary10110010110000101001101000010100001100010000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C226; }

 p { color: rgb(178,194,38); }

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

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

 a { background-color: rgb(178,194,38); }

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

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

 span { border-color: rgb(178,194,38); }

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