#B3CC0E

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

Shades of Rio Grande #B3CC0E

Tints of Rio Grande #B3CC0E

Color information

#B3CC0E (or 0xB3CC0E) is unknown color: approx Rio Grande. HEX triplet: B3, CC and 0E. RGB value is (179,204,14). Sum of RGB (Red+Green+Blue) = 179+204+14=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CC0E is #4C33F1. Grayscale: #AFAFAF. Windows color (decimal): -4994034 or 969907. OLE color: 969907.

HSL color Cylindrical-coordinate representation of color #B3CC0E: hue angle of 67.89º 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 #B3CC0E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB17920414-
CMYK0.1200.930.2
HSL67.89º87.16%42.75%-
HSV(B)67.89º93.14%80%-
XYZ40.2652.88.49-
YUV174.8637.22130.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 204 (80.08% from 255) = 51.39%
BLUE value IS 14 (5.86% from 255) = 3.53%
R=45.09%
G=51.39%
B=3.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179204140.1200.930.267.8987.1642.75
HexB3CCEC05D1444572b
Octal263314161401352410412753
Binary101100111100110011101100010111011010010001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC0E; }

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

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

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

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

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

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

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

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