Html Css Color HEX #BDD582 Sulu

📋 copy color: '#BDD582'

red 189 ◦ green 213 ◦ blue 130

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

Shades of Sulu #BDD582

Tints of Sulu #BDD582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

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

R = 35.53%
G = 40.04%
B = 24.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BDD582 (or 0xBDD582) is known color: Sulu. HEX triplet: BD, D5 and 82. RGB value is (189,213,130). Sum of RGB (Red+Green+Blue) = 189+213+130=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD582 is #422A7D. Grayscale: #C4C4C4. Windows color (decimal): -4336254 or 8574397. OLE color: 8574397.

HSL color Cylindrical-coordinate representation of color #BDD582: hue angle of 77.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD582 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 130 -
CMYK 0.11 0 0.39 0.16
HSL 77.35º 0.5% 0.67% -
HSV(B) 77.35º 0.39% 0.84% -
XYZ 48.81 60.02 30.13 -
YUV 196.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 189 213 130 0.11 0 0.39 0.16 77.35 0.5 0.67
Hex BD D5 82 B 0 27 10 4D 32 43
Octal 275 325 202 13 0 47 20 115 62 103
Binary 10111101 11010101 10000010 1011 0 100111 10000 1001101 110010 1000011

Color Harmonies of #BDD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD582

Black with #BDD582

Text Example


Text Example

White with #BDD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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