#B2C621

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

Shades of Rio Grande #B2C621

Tints of Rio Grande #B2C621

Color information

#B2C621 (or 0xB2C621) is unknown color: approx Rio Grande. HEX triplet: B2, C6 and 21. RGB value is (178,198,33). Sum of RGB (Red+Green+Blue) = 178+198+33=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C621 is #4D39DE. Grayscale: #ADADAD. Windows color (decimal): -5061087 or 2213554. OLE color: 2213554.

HSL color Cylindrical-coordinate representation of color #B2C621: hue angle of 67.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2C621 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB17819833-
CMYK0.1000.830.22
HSL67.27º71.43%45.29%-
HSV(B)67.27º83.33%77.65%-
XYZ38.8349.969.04-
YUV173.2148.87131.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 198 (77.73% from 255) = 48.41%
BLUE value IS 33 (13.28% from 255) = 8.07%
R=43.52%
G=48.41%
B=8.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198330.1000.830.2267.2771.4345.29
HexB2C621A0531643472d
Octal262306411201232610310755
Binary10110010110001101000011010010100111011010000111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C621; }

 p { color: rgb(178,198,33); }

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

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

 a { background-color: rgb(178,198,33); }

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

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

 span { border-color: rgb(178,198,33); }

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