#B7BD27

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

Shades of Rio Grande #B7BD27

Tints of Rio Grande #B7BD27

Color information

#B7BD27 (or 0xB7BD27) is unknown color: approx Rio Grande. HEX triplet: B7, BD and 27. RGB value is (183,189,39). Sum of RGB (Red+Green+Blue) = 183+189+39=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD27 is #4842D8. Grayscale: #AAAAAA. Windows color (decimal): -4735705 or 2604471. OLE color: 2604471.

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

Color convert

RGB18318939-
CMYK0.0300.790.26
HSL62.4º65.79%44.71%-
HSV(B)62.4º79.37%74.12%-
XYZ38.0946.618.91-
YUV170.1154.01137.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=44.53%
G=45.99%
B=9.49%

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
Decimal183189390.0300.790.2662.465.7944.71
HexB7BD27304F1A3e422d
Octal2672754730117327610255
Binary10110111101111011001111101001111110101111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD27; }

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

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

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

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

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

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

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

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