Html Css Color HEX #BDE089 Sulu

📋 copy color: '#BDE089'

red 189 ◦ green 224 ◦ blue 137

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

Shades of Sulu #BDE089

Tints of Sulu #BDE089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.91%

R = 34.36%
G = 40.73%
B = 24.91%

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

#BDE089 (or 0xBDE089) is known color: Sulu. HEX triplet: BD, E0 and 89. RGB value is (189,224,137). Sum of RGB (Red+Green+Blue) = 189+224+137=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE089 is #421F76. Grayscale: #CBCBCB. Windows color (decimal): -4333431 or 9035965. OLE color: 9035965.

HSL color Cylindrical-coordinate representation of color #BDE089: hue angle of 84.14º degrees, saturation: 0.58, 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 #BDE089 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 137 -
CMYK 0.16 0 0.39 0.12
HSL 84.14º 0.58% 0.71% -
HSV(B) 84.14º 0.39% 0.88% -
XYZ 52.16 65.94 33.64 -
YUV 203.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 189 224 137 0.16 0 0.39 0.12 84.14 0.58 0.71
Hex BD E0 89 10 0 27 C 54 3A 47
Octal 275 340 211 20 0 47 14 124 72 107
Binary 10111101 11100000 10001001 10000 0 100111 1100 1010100 111010 1000111

Color Harmonies of #BDE089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE089

Black with #BDE089

Text Example


Text Example

White with #BDE089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE089; }

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

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

background-color css

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

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

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

border-color css

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

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

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