Html Css Color HEX #BDD882 Sulu

📋 copy color: '#BDD882'

red 189 ◦ green 216 ◦ blue 130

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

Shades of Sulu #BDD882

Tints of Sulu #BDD882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 35.33%
G = 40.37%
B = 24.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BDD882 (or 0xBDD882) is known color: Sulu. HEX triplet: BD, D8 and 82. RGB value is (189,216,130). Sum of RGB (Red+Green+Blue) = 189+216+130=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD882 is #42277D. Grayscale: #C6C6C6. Windows color (decimal): -4335486 or 8575165. OLE color: 8575165.

HSL color Cylindrical-coordinate representation of color #BDD882: hue angle of 78.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD882 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 130 -
CMYK 0.12 0 0.40 0.15
HSL 78.84º 0.52% 0.68% -
HSV(B) 78.84º 0.4% 0.85% -
XYZ 49.57 61.54 30.39 -
YUV 198.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 189 216 130 0.12 0 0.40 0.15 78.84 0.52 0.68
Hex BD D8 82 C 0 28 F 4F 34 44
Octal 275 330 202 14 0 50 17 117 64 104
Binary 10111101 11011000 10000010 1100 0 101000 1111 1001111 110100 1000100

Color Harmonies of #BDD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD882

Black with #BDD882

Text Example


Text Example

White with #BDD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD882; }

 p { color: rgb(189,216,130); }

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

background-color css

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

 a { background-color: rgb(189,216,130); }

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

border-color css

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

 span { border-color: rgb(189,216,130); }

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