#B8C027

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

Shades of Rio Grande #B8C027

Tints of Rio Grande #B8C027

Color information

#B8C027 (or 0xB8C027) is unknown color: approx Rio Grande. HEX triplet: B8, C0 and 27. RGB value is (184,192,39). Sum of RGB (Red+Green+Blue) = 184+192+39=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C027 is #473FD8. Grayscale: #ACACAC. Windows color (decimal): -4669401 or 2605240. OLE color: 2605240.

HSL color Cylindrical-coordinate representation of color #B8C027: hue angle of 63.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C027 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB18419239-
CMYK0.0400.800.25
HSL63.14º66.23%45.29%-
HSV(B)63.14º79.69%75.29%-
XYZ38.9848.049.14-
YUV172.1752.85136.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 39 (15.62% from 255) = 9.40%
R=44.34%
G=46.27%
B=9.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184192390.0400.800.2563.1466.2345.29
HexB8C0274050193f422d
Octal2703004740120317710255
Binary101110001100000010011110001010000110011111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C027; }

 p { color: rgb(184,192,39); }

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

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

 a { background-color: rgb(184,192,39); }

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

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

 span { border-color: rgb(184,192,39); }

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