Html Css Color HEX #BDD311 Rio Grande

📋 copy color: '#BDD311'

red 189 ◦ green 211 ◦ blue 17

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

Shades of Rio Grande #BDD311

Tints of Rio Grande #BDD311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

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

R = 45.32%
G = 50.6%
B = 4.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#BDD311 (or 0xBDD311) is known color: Rio Grande. HEX triplet: BD, D3 and 11. RGB value is (189,211,17). Sum of RGB (Red+Green+Blue) = 189+211+17=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD311 is #422CEE. Grayscale: #B7B7B7. Windows color (decimal): -4336879 or 1168317. OLE color: 1168317.

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

Color convert

RGB 189 211 17 -
CMYK 0.10 0 0.92 0.17
HSL 66.8º 0.85% 0.45% -
HSV(B) 66.8º 0.92% 0.83% -
XYZ 44.38 57.45 9.28 -
YUV 182.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 189 211 17 0.10 0 0.92 0.17 66.8 0.85 0.45
Hex BD D3 11 A 0 5C 11 43 55 2D
Octal 275 323 21 12 0 134 21 103 125 55
Binary 10111101 11010011 10001 1010 0 1011100 10001 1000011 1010101 101101

Color Harmonies of #BDD311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD311

Black with #BDD311

Text Example


Text Example

White with #BDD311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD311; }

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

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

background-color css

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

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

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

border-color css

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

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

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