#B3CC21

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

Shades of Rio Grande #B3CC21

Tints of Rio Grande #B3CC21

Color information

#B3CC21 (or 0xB3CC21) is unknown color: approx Rio Grande. HEX triplet: B3, CC and 21. RGB value is (179,204,33). Sum of RGB (Red+Green+Blue) = 179+204+33=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CC21 is #4C33DE. Grayscale: #B1B1B1. Windows color (decimal): -4994015 or 2215091. OLE color: 2215091.

HSL color Cylindrical-coordinate representation of color #B3CC21: hue angle of 68.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3CC21 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB17920433-
CMYK0.1200.840.2
HSL68.77º72.15%46.47%-
HSV(B)68.77º83.82%80%-
XYZ40.4652.889.51-
YUV177.0346.72129.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 33 (13.28% from 255) = 7.93%
R=43.03%
G=49.04%
B=7.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179204330.1200.840.268.7772.1546.47
HexB3CC21C0541445482e
Octal263314411401242410511056
Binary10110011110011001000011100010101001010010001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC21; }

 p { color: rgb(179,204,33); }

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

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

 a { background-color: rgb(179,204,33); }

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

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

 span { border-color: rgb(179,204,33); }

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