#B2CC0E

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

Shades of Rio Grande #B2CC0E

Tints of Rio Grande #B2CC0E

Color information

#B2CC0E (or 0xB2CC0E) is unknown color: approx Rio Grande. HEX triplet: B2, CC and 0E. RGB value is (178,204,14). Sum of RGB (Red+Green+Blue) = 178+204+14=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CC0E is #4D33F1. Grayscale: #AFAFAF. Windows color (decimal): -5059570 or 969906. OLE color: 969906.

HSL color Cylindrical-coordinate representation of color #B2CC0E: hue angle of 68.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2CC0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB17820414-
CMYK0.1300.930.2
HSL68.21º87.16%42.75%-
HSV(B)68.21º93.14%80%-
XYZ40.0352.688.47-
YUV174.5737.39130.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=44.95%
G=51.52%
B=3.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204140.1300.930.268.2187.1642.75
HexB2CCED05D1444572b
Octal262314161501352410412753
Binary101100101100110011101101010111011010010001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC0E; }

 p { color: rgb(178,204,14); }

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

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

 a { background-color: rgb(178,204,14); }

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

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

 span { border-color: rgb(178,204,14); }

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