Html Css Color HEX #BDD011 Rio Grande

📋 copy color: '#BDD011'

red 189 ◦ green 208 ◦ blue 17

#BDD011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDD011

Tints of Rio Grande #BDD011

RGB

 RED value IS 189 (74.22% from 255) = 45.65%

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 45.65%
G = 50.24%
B = 4.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BDD011 (or 0xBDD011) is known color: Rio Grande. HEX triplet: BD, D0 and 11. RGB value is (189,208,17). Sum of RGB (Red+Green+Blue) = 189+208+17=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD011 is #422FEE. Grayscale: #B5B5B5. Windows color (decimal): -4337647 or 1167549. OLE color: 1167549.

HSL color Cylindrical-coordinate representation of color #BDD011: hue angle of 65.97º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDD011 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 17 -
CMYK 0.09 0 0.92 0.18
HSL 65.97º 0.85% 0.44% -
HSV(B) 65.97º 0.92% 0.82% -
XYZ 43.64 55.97 9.03 -
YUV 180.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 189 208 17 0.09 0 0.92 0.18 65.97 0.85 0.44
Hex BD D0 11 9 0 5C 12 42 55 2C
Octal 275 320 21 11 0 134 22 102 125 54
Binary 10111101 11010000 10001 1001 0 1011100 10010 1000010 1010101 101100

Color Harmonies of #BDD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD011

Black with #BDD011

Text Example


Text Example

White with #BDD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD011; }

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

 H1.HeaderClassName
 {
   color: #BDD011;
 }
 .AnyTagClassName
 {
   color: #BDD011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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