#B7BF2D

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

Shades of Rio Grande #B7BF2D

Tints of Rio Grande #B7BF2D

Color information

#B7BF2D (or 0xB7BF2D) is unknown color: approx Rio Grande. HEX triplet: B7, BF and 2D. RGB value is (183,191,45). Sum of RGB (Red+Green+Blue) = 183+191+45=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF2D is #4840D2. Grayscale: #ACACAC. Windows color (decimal): -4735187 or 2998199. OLE color: 2998199.

HSL color Cylindrical-coordinate representation of color #B7BF2D: hue angle of 63.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BF2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB18319145-
CMYK0.0400.760.25
HSL63.29º61.86%46.27%-
HSV(B)63.29º76.44%74.9%-
XYZ38.6347.529.62-
YUV171.9656.35135.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=43.68%
G=45.58%
B=10.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183191450.0400.760.2563.2961.8646.27
HexB7BF2D404C193f3e2e
Octal267277554011431777656
Binary10110111101111111011011000100110011001111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BF2D; }

 p { color: rgb(183,191,45); }

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

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

 a { background-color: rgb(183,191,45); }

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

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

 span { border-color: rgb(183,191,45); }

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