#B8CC21

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

Shades of Rio Grande #B8CC21

Tints of Rio Grande #B8CC21

Color information

#B8CC21 (or 0xB8CC21) is unknown color: approx Rio Grande. HEX triplet: B8, CC and 21. RGB value is (184,204,33). Sum of RGB (Red+Green+Blue) = 184+204+33=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC21 is #4733DE. Grayscale: #B3B3B3. Windows color (decimal): -4666335 or 2215096. OLE color: 2215096.

HSL color Cylindrical-coordinate representation of color #B8CC21: hue angle of 67.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8CC21 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB18420433-
CMYK0.1000.840.2
HSL67.02º72.15%46.47%-
HSV(B)67.02º83.82%80%-
XYZ41.6353.499.57-
YUV178.5345.87131.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 33 (13.28% from 255) = 7.84%
R=43.71%
G=48.46%
B=7.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184204330.1000.840.267.0272.1546.47
HexB8CC21A0541443482e
Octal270314411201242410311056
Binary10111000110011001000011010010101001010010000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC21; }

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

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

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

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

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

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

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

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