Html Css Color HEX #BDD121 Rio Grande

📋 copy color: '#BDD121'

red 189 ◦ green 209 ◦ blue 33

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

Shades of Rio Grande #BDD121

Tints of Rio Grande #BDD121

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.49%

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 43.85%
G = 48.49%
B = 7.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BDD121 (or 0xBDD121) is known color: Rio Grande. HEX triplet: BD, D1 and 21. RGB value is (189,209,33). Sum of RGB (Red+Green+Blue) = 189+209+33=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD121 is #422EDE. Grayscale: #B7B7B7. Windows color (decimal): -4337375 or 2216381. OLE color: 2216381.

HSL color Cylindrical-coordinate representation of color #BDD121: hue angle of 66.82º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDD121 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 33 -
CMYK 0.10 0 0.84 0.18
HSL 66.82º 0.73% 0.47% -
HSV(B) 66.82º 0.84% 0.82% -
XYZ 44.06 56.53 10.03 -
YUV 182.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 189 209 33 0.10 0 0.84 0.18 66.82 0.73 0.47
Hex BD D1 21 A 0 54 12 43 49 2F
Octal 275 321 41 12 0 124 22 103 111 57
Binary 10111101 11010001 100001 1010 0 1010100 10010 1000011 1001001 101111

Color Harmonies of #BDD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD121

Black with #BDD121

Text Example


Text Example

White with #BDD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD121; }

 p { color: rgb(189,209,33); }

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

background-color css

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

 a { background-color: rgb(189,209,33); }

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

border-color css

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

 span { border-color: rgb(189,209,33); }

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