Html Css Color HEX #BDDB80 Sulu

📋 copy color: '#BDDB80'

red 189 ◦ green 219 ◦ blue 128

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

Shades of Sulu #BDDB80

Tints of Sulu #BDDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 35.26%
G = 40.86%
B = 23.88%

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

#BDDB80 (or 0xBDDB80) is known color: Sulu. HEX triplet: BD, DB and 80. RGB value is (189,219,128). Sum of RGB (Red+Green+Blue) = 189+219+128=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB80 is #42247F. Grayscale: #C7C7C7. Windows color (decimal): -4334720 or 8444861. OLE color: 8444861.

HSL color Cylindrical-coordinate representation of color #BDDB80: hue angle of 79.78º degrees, saturation: 0.56, 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 #BDDB80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 128 -
CMYK 0.14 0 0.42 0.14
HSL 79.78º 0.56% 0.68% -
HSV(B) 79.78º 0.42% 0.86% -
XYZ 50.21 63.04 29.94 -
YUV 199.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 189 219 128 0.14 0 0.42 0.14 79.78 0.56 0.68
Hex BD DB 80 E 0 2A E 50 38 44
Octal 275 333 200 16 0 52 16 120 70 104
Binary 10111101 11011011 10000000 1110 0 101010 1110 1010000 111000 1000100

Color Harmonies of #BDDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB80

Black with #BDDB80

Text Example


Text Example

White with #BDDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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