Html Css Color HEX #BDD980 Sulu

📋 copy color: '#BDD980'

red 189 ◦ green 217 ◦ blue 128

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

Shades of Sulu #BDD980

Tints of Sulu #BDD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 128 (50.39% from 255) = 23.97%

R = 35.39%
G = 40.64%
B = 23.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BDD980 (or 0xBDD980) is known color: Sulu. HEX triplet: BD, D9 and 80. RGB value is (189,217,128). Sum of RGB (Red+Green+Blue) = 189+217+128=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD980 is #42267F. Grayscale: #C6C6C6. Windows color (decimal): -4335232 or 8444349. OLE color: 8444349.

HSL color Cylindrical-coordinate representation of color #BDD980: hue angle of 78.88º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD980 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 128 -
CMYK 0.13 0 0.41 0.15
HSL 78.88º 0.54% 0.68% -
HSV(B) 78.88º 0.41% 0.85% -
XYZ 49.7 62 29.77 -
YUV 198.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 189 217 128 0.13 0 0.41 0.15 78.88 0.54 0.68
Hex BD D9 80 D 0 29 F 4F 36 44
Octal 275 331 200 15 0 51 17 117 66 104
Binary 10111101 11011001 10000000 1101 0 101001 1111 1001111 110110 1000100

Color Harmonies of #BDD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD980

Black with #BDD980

Text Example


Text Example

White with #BDD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD980; }

 p { color: rgb(189,217,128); }

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

background-color css

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

 a { background-color: rgb(189,217,128); }

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

border-color css

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

 span { border-color: rgb(189,217,128); }

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