Html Css Color HEX #BDE588 Sulu

📋 copy color: '#BDE588'

red 189 ◦ green 229 ◦ blue 136

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

Shades of Sulu #BDE588

Tints of Sulu #BDE588

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 34.12%
G = 41.34%
B = 24.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#BDE588 (or 0xBDE588) is known color: Sulu. HEX triplet: BD, E5 and 88. RGB value is (189,229,136). Sum of RGB (Red+Green+Blue) = 189+229+136=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE588 is #421A77. Grayscale: #CECECE. Windows color (decimal): -4332152 or 8971709. OLE color: 8971709.

HSL color Cylindrical-coordinate representation of color #BDE588: hue angle of 85.81º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDE588 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 136 -
CMYK 0.17 0 0.41 0.10
HSL 85.81º 0.64% 0.72% -
HSV(B) 85.81º 0.41% 0.9% -
XYZ 53.45 68.64 33.72 -
YUV 206.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 189 229 136 0.17 0 0.41 0.10 85.81 0.64 0.72
Hex BD E5 88 11 0 29 A 56 40 48
Octal 275 345 210 21 0 51 12 126 100 110
Binary 10111101 11100101 10001000 10001 0 101001 1010 1010110 1000000 1001000

Color Harmonies of #BDE588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE588

Black with #BDE588

Text Example


Text Example

White with #BDE588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE588; }

 p { color: rgb(189,229,136); }

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

background-color css

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

 a { background-color: rgb(189,229,136); }

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

border-color css

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

 span { border-color: rgb(189,229,136); }

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