#B8BC27

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

Shades of Rio Grande #B8BC27

Tints of Rio Grande #B8BC27

Color information

#B8BC27 (or 0xB8BC27) is unknown color: approx Rio Grande. HEX triplet: B8, BC and 27. RGB value is (184,188,39). Sum of RGB (Red+Green+Blue) = 184+188+39=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC27 is #4743D8. Grayscale: #AAAAAA. Windows color (decimal): -4670425 or 2604216. OLE color: 2604216.

HSL color Cylindrical-coordinate representation of color #B8BC27: hue angle of 61.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8BC27 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18418839-
CMYK0.0200.790.26
HSL61.61º65.64%44.51%-
HSV(B)61.61º79.26%73.73%-
XYZ38.1246.38.85-
YUV169.8254.17138.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=44.77%
G=45.74%
B=9.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184188390.0200.790.2661.6165.6444.51
HexB8BC27204F1A3e422d
Octal2702744720117327610255
Binary10111000101111001001111001001111110101111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC27; }

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

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

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

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

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

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

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

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