#BDBF27

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

Shades of Rio Grande #BDBF27

Tints of Rio Grande #BDBF27

Color information

#BDBF27 (or 0xBDBF27) is unknown color: approx Rio Grande. HEX triplet: BD, BF and 27. RGB value is (189,191,39). Sum of RGB (Red+Green+Blue) = 189+191+39=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF27 is #4240D8. Grayscale: #ADADAD. Windows color (decimal): -4341977 or 2604989. OLE color: 2604989.

HSL color Cylindrical-coordinate representation of color #BDBF27: hue angle of 60.79º 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 #BDBF27 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB18919139-
CMYK0.0100.800.25
HSL60.79º66.09%45.1%-
HSV(B)60.79º79.58%74.9%-
XYZ39.9848.239.12-
YUV173.0752.34139.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 39 (15.62% from 255) = 9.31%
R=45.11%
G=45.58%
B=9.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191390.0100.800.2560.7966.0945.1
HexBDBF271050193d422d
Octal2752774710120317510255
Binary1011110110111111100111101010000110011111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF27; }

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

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

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

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

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

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

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

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