#BDC620

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

Shades of Rio Grande #BDC620

Tints of Rio Grande #BDC620

Color information

#BDC620 (or 0xBDC620) is unknown color: approx Rio Grande. HEX triplet: BD, C6 and 20. RGB value is (189,198,32). Sum of RGB (Red+Green+Blue) = 189+198+32=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC620 is #4239DF. Grayscale: #B1B1B1. Windows color (decimal): -4340192 or 2148029. OLE color: 2148029.

HSL color Cylindrical-coordinate representation of color #BDC620: hue angle of 63.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC620 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB18919832-
CMYK0.0500.840.22
HSL63.25º72.17%45.1%-
HSV(B)63.25º83.84%77.65%-
XYZ41.4451.319.09-
YUV176.3846.52137-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 32 (12.89% from 255) = 7.64%
R=45.11%
G=47.26%
B=7.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198320.0500.840.2263.2572.1745.1
HexBDC6205054163f482d
Octal2753064050124267711055
Binary101111011100011010000010101010100101101111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC620; }

 p { color: rgb(189,198,32); }

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

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

 a { background-color: rgb(189,198,32); }

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

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

 span { border-color: rgb(189,198,32); }

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