#B2D01D

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

Shades of Rio Grande #B2D01D

Tints of Rio Grande #B2D01D

Color information

#B2D01D (or 0xB2D01D) is unknown color: approx Rio Grande. HEX triplet: B2, D0 and 1D. RGB value is (178,208,29). Sum of RGB (Red+Green+Blue) = 178+208+29=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D01D is #4D2FE2. Grayscale: #B3B3B3. Windows color (decimal): -5058531 or 1953970. OLE color: 1953970.

HSL color Cylindrical-coordinate representation of color #B2D01D: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D01D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB17820829-
CMYK0.1400.860.18
HSL70.06º75.53%46.47%-
HSV(B)70.06º86.06%81.57%-
XYZ41.1454.679.55-
YUV178.6243.56127.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 208 (81.64% from 255) = 50.12%
BLUE value IS 29 (11.72% from 255) = 6.99%
R=42.89%
G=50.12%
B=6.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178208290.1400.860.1870.0675.5346.47
HexB2D01DE05612464c2e
Octal262320351601262210611456
Binary1011001011010000111011110010101101001010001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D01D; }

 p { color: rgb(178,208,29); }

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

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

 a { background-color: rgb(178,208,29); }

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

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

 span { border-color: rgb(178,208,29); }

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