#B2D018

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

Shades of Rio Grande #B2D018

Tints of Rio Grande #B2D018

Color information

#B2D018 (or 0xB2D018) is unknown color: approx Rio Grande. HEX triplet: B2, D0 and 18. RGB value is (178,208,24). Sum of RGB (Red+Green+Blue) = 178+208+24=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D018 is #4D2FE7. Grayscale: #B2B2B2. Windows color (decimal): -5058536 or 1626290. OLE color: 1626290.

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

Color convert

RGB17820824-
CMYK0.1400.880.18
HSL69.78º79.31%45.49%-
HSV(B)69.78º88.46%81.57%-
XYZ41.0854.649.25-
YUV178.0541.06127.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 208 (81.64% from 255) = 50.73%
BLUE value IS 24 (9.77% from 255) = 5.85%
R=43.41%
G=50.73%
B=5.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178208240.1400.880.1869.7879.3145.49
HexB2D018E05812464f2d
Octal262320301601302210611755
Binary1011001011010000110001110010110001001010001101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D018; }

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

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

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

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

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

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

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

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