#B8D51E

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

Shades of Rio Grande #B8D51E

Tints of Rio Grande #B8D51E

Color information

#B8D51E (or 0xB8D51E) is unknown color: approx Rio Grande. HEX triplet: B8, D5 and 1E. RGB value is (184,213,30). Sum of RGB (Red+Green+Blue) = 184+213+30=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D51E is #472AE1. Grayscale: #B8B8B8. Windows color (decimal): -4664034 or 2020792. OLE color: 2020792.

HSL color Cylindrical-coordinate representation of color #B8D51E: hue angle of 69.51º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8D51E is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB18421330-
CMYK0.1400.860.16
HSL69.51º75.31%47.65%-
HSV(B)69.51º85.92%83.53%-
XYZ43.857.8710.09-
YUV183.4741.39128.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 213 (83.59% from 255) = 49.88%
BLUE value IS 30 (12.11% from 255) = 7.03%
R=43.09%
G=49.88%
B=7.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184213300.1400.860.1669.5175.3147.65
HexB8D51EE05610464b30
Octal270325361601262010611360
Binary1011100011010101111101110010101101000010001101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D51E; }

 p { color: rgb(184,213,30); }

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

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

 a { background-color: rgb(184,213,30); }

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

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

 span { border-color: rgb(184,213,30); }

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