#B7BC27

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

Shades of Rio Grande #B7BC27

Tints of Rio Grande #B7BC27

Color information

#B7BC27 (or 0xB7BC27) is unknown color: approx Rio Grande. HEX triplet: B7, BC and 27. RGB value is (183,188,39). Sum of RGB (Red+Green+Blue) = 183+188+39=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC27 is #4843D8. Grayscale: #AAAAAA. Windows color (decimal): -4735961 or 2604215. OLE color: 2604215.

HSL color Cylindrical-coordinate representation of color #B7BC27: hue angle of 62.01º 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 #B7BC27 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18318839-
CMYK0.0300.790.26
HSL62.01º65.64%44.51%-
HSV(B)62.01º79.26%73.73%-
XYZ37.8846.188.84-
YUV169.5254.34137.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 39 (15.62% from 255) = 9.51%
R=44.63%
G=45.85%
B=9.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183188390.0300.790.2662.0165.6444.51
HexB7BC27304F1A3e422d
Octal2672744730117327610255
Binary10110111101111001001111101001111110101111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC27; }

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

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

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

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

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

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

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

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