Html Css Color HEX #BDD411 Rio Grande

📋 copy color: '#BDD411'

red 189 ◦ green 212 ◦ blue 17

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

Shades of Rio Grande #BDD411

Tints of Rio Grande #BDD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

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

R = 45.22%
G = 50.72%
B = 4.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#BDD411 (or 0xBDD411) is known color: Rio Grande. HEX triplet: BD, D4 and 11. RGB value is (189,212,17). Sum of RGB (Red+Green+Blue) = 189+212+17=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD411 is #422BEE. Grayscale: #B7B7B7. Windows color (decimal): -4336623 or 1168573. OLE color: 1168573.

HSL color Cylindrical-coordinate representation of color #BDD411: hue angle of 67.08º 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 #BDD411 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 17 -
CMYK 0.11 0 0.92 0.17
HSL 67.08º 0.85% 0.45% -
HSV(B) 67.08º 0.92% 0.83% -
XYZ 44.63 57.95 9.36 -
YUV 182.89 34.38 132.36 -
System Red Green Blue C M Y K H S L
Decimal 189 212 17 0.11 0 0.92 0.17 67.08 0.85 0.45
Hex BD D4 11 B 0 5C 11 43 55 2D
Octal 275 324 21 13 0 134 21 103 125 55
Binary 10111101 11010100 10001 1011 0 1011100 10001 1000011 1010101 101101

Color Harmonies of #BDD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD411

Black with #BDD411

Text Example


Text Example

White with #BDD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD411; }

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

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

background-color css

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

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

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

border-color css

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

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

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