Html Css Color HEX #BDDC80 Sulu

📋 copy color: '#BDDC80'

red 189 ◦ green 220 ◦ blue 128

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

Shades of Sulu #BDDC80

Tints of Sulu #BDDC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 35.2%
G = 40.97%
B = 23.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BDDC80 (or 0xBDDC80) is known color: Sulu. HEX triplet: BD, DC and 80. RGB value is (189,220,128). Sum of RGB (Red+Green+Blue) = 189+220+128=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC80 is #42237F. Grayscale: #C8C8C8. Windows color (decimal): -4334464 or 8445117. OLE color: 8445117.

HSL color Cylindrical-coordinate representation of color #BDDC80: hue angle of 80.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDC80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 128 -
CMYK 0.14 0 0.42 0.14
HSL 80.22º 0.57% 0.68% -
HSV(B) 80.22º 0.42% 0.86% -
XYZ 50.48 63.56 30.03 -
YUV 200.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 189 220 128 0.14 0 0.42 0.14 80.22 0.57 0.68
Hex BD DC 80 E 0 2A E 50 39 44
Octal 275 334 200 16 0 52 16 120 71 104
Binary 10111101 11011100 10000000 1110 0 101010 1110 1010000 111001 1000100

Color Harmonies of #BDDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC80

Black with #BDDC80

Text Example


Text Example

White with #BDDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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