Html Css Color HEX #BDD020 Rio Grande

📋 copy color: '#BDD020'

red 189 ◦ green 208 ◦ blue 32

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

Shades of Rio Grande #BDD020

Tints of Rio Grande #BDD020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 44.06%
G = 48.48%
B = 7.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BDD020 (or 0xBDD020) is known color: Rio Grande. HEX triplet: BD, D0 and 20. RGB value is (189,208,32). Sum of RGB (Red+Green+Blue) = 189+208+32=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD020 is #422FDF. Grayscale: #B6B6B6. Windows color (decimal): -4337632 or 2150589. OLE color: 2150589.

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

Color convert

RGB 189 208 32 -
CMYK 0.09 0 0.85 0.18
HSL 66.48º 0.73% 0.47% -
HSV(B) 66.48º 0.85% 0.82% -
XYZ 43.8 56.03 9.87 -
YUV 182.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 189 208 32 0.09 0 0.85 0.18 66.48 0.73 0.47
Hex BD D0 20 9 0 55 12 42 49 2F
Octal 275 320 40 11 0 125 22 102 111 57
Binary 10111101 11010000 100000 1001 0 1010101 10010 1000010 1001001 101111

Color Harmonies of #BDD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD020

Black with #BDD020

Text Example


Text Example

White with #BDD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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