#BDD611

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

Shades of Rio Grande #BDD611

Tints of Rio Grande #BDD611

Color information

#BDD611 (or 0xBDD611) is unknown color: approx Rio Grande. HEX triplet: BD, D6 and 11. RGB value is (189,214,17). Sum of RGB (Red+Green+Blue) = 189+214+17=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD611 is #4229EE. Grayscale: #B8B8B8. Windows color (decimal): -4336111 or 1169085. OLE color: 1169085.

HSL color Cylindrical-coordinate representation of color #BDD611: hue angle of 67.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDD611 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB18921417-
CMYK0.1200.920.16
HSL67.61º85.28%45.29%-
HSV(B)67.61º92.06%83.92%-
XYZ45.1358.959.53-
YUV184.0733.72131.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 17 (7.03% from 255) = 4.05%
R=45%
G=50.95%
B=4.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214170.1200.920.1667.6185.2845.29
HexBDD611C05C1044552d
Octal275326211401342010412555
Binary1011110111010110100011100010111001000010001001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD611; }

 p { color: rgb(189,214,17); }

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

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

 a { background-color: rgb(189,214,17); }

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

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

 span { border-color: rgb(189,214,17); }

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