Html Css Color HEX #BDE088 Sulu

📋 copy color: '#BDE088'

red 189 ◦ green 224 ◦ blue 136

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

Shades of Sulu #BDE088

Tints of Sulu #BDE088

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 34.43%
G = 40.8%
B = 24.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#BDE088 (or 0xBDE088) is known color: Sulu. HEX triplet: BD, E0 and 88. RGB value is (189,224,136). Sum of RGB (Red+Green+Blue) = 189+224+136=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE088 is #421F77. Grayscale: #CBCBCB. Windows color (decimal): -4333432 or 8970429. OLE color: 8970429.

HSL color Cylindrical-coordinate representation of color #BDE088: hue angle of 83.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE088 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 136 -
CMYK 0.16 0 0.39 0.12
HSL 83.86º 0.59% 0.71% -
HSV(B) 83.86º 0.39% 0.88% -
XYZ 52.09 65.91 33.27 -
YUV 203.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 189 224 136 0.16 0 0.39 0.12 83.86 0.59 0.71
Hex BD E0 88 10 0 27 C 54 3B 47
Octal 275 340 210 20 0 47 14 124 73 107
Binary 10111101 11100000 10001000 10000 0 100111 1100 1010100 111011 1000111

Color Harmonies of #BDE088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE088

Black with #BDE088

Text Example


Text Example

White with #BDE088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE088; }

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

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

background-color css

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

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

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

border-color css

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

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

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