#B8CE21

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

Shades of Rio Grande #B8CE21

Tints of Rio Grande #B8CE21

Color information

#B8CE21 (or 0xB8CE21) is unknown color: approx Rio Grande. HEX triplet: B8, CE and 21. RGB value is (184,206,33). Sum of RGB (Red+Green+Blue) = 184+206+33=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CE21 is #4731DE. Grayscale: #B4B4B4. Windows color (decimal): -4665823 or 2215608. OLE color: 2215608.

HSL color Cylindrical-coordinate representation of color #B8CE21: hue angle of 67.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8CE21 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB18420633-
CMYK0.1100.840.19
HSL67.63º72.38%46.86%-
HSV(B)67.63º83.98%80.78%-
XYZ42.1154.449.73-
YUV179.745.21131.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 206 (80.86% from 255) = 48.70%
BLUE value IS 33 (13.28% from 255) = 7.80%
R=43.50%
G=48.70%
B=7.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184206330.1100.840.1967.6372.3846.86
HexB8CE21B0541344482f
Octal270316411301242310411057
Binary10111000110011101000011011010101001001110001001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CE21; }

 p { color: rgb(184,206,33); }

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

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

 a { background-color: rgb(184,206,33); }

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

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

 span { border-color: rgb(184,206,33); }

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