#B2C21A

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

Shades of Rio Grande #B2C21A

Tints of Rio Grande #B2C21A

Color information

#B2C21A (or 0xB2C21A) is unknown color: approx Rio Grande. HEX triplet: B2, C2 and 1A. RGB value is (178,194,26). Sum of RGB (Red+Green+Blue) = 178+194+26=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C21A is #4D3DE5. Grayscale: #AAAAAA. Windows color (decimal): -5062118 or 1753778. OLE color: 1753778.

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

Color convert

RGB17819426-
CMYK0.0800.870.24
HSL65.71º76.36%43.14%-
HSV(B)65.71º86.6%76.08%-
XYZ37.8448.128.27-
YUV170.0646.7133.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 194 (76.17% from 255) = 48.74%
BLUE value IS 26 (10.55% from 255) = 6.53%
R=44.72%
G=48.74%
B=6.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194260.0800.870.2465.7176.3643.14
HexB2C21A805718424c2b
Octal262302321001273010211453
Binary1011001011000010110101000010101111100010000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C21A; }

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

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

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

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

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

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

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

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