Html Css Color HEX #BDDE89 Sulu

📋 copy color: '#BDDE89'

red 189 ◦ green 222 ◦ blue 137

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

Shades of Sulu #BDDE89

Tints of Sulu #BDDE89

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

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

R = 34.49%
G = 40.51%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BDDE89 (or 0xBDDE89) is known color: Sulu. HEX triplet: BD, DE and 89. RGB value is (189,222,137). Sum of RGB (Red+Green+Blue) = 189+222+137=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE89 is #422176. Grayscale: #CACACA. Windows color (decimal): -4333943 or 9035453. OLE color: 9035453.

HSL color Cylindrical-coordinate representation of color #BDDE89: hue angle of 83.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDDE89 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 137 -
CMYK 0.15 0 0.38 0.13
HSL 83.29º 0.56% 0.7% -
HSV(B) 83.29º 0.38% 0.87% -
XYZ 51.62 64.87 33.47 -
YUV 202.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 189 222 137 0.15 0 0.38 0.13 83.29 0.56 0.7
Hex BD DE 89 F 0 26 D 53 38 46
Octal 275 336 211 17 0 46 15 123 70 106
Binary 10111101 11011110 10001001 1111 0 100110 1101 1010011 111000 1000110

Color Harmonies of #BDDE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE89

Black with #BDDE89

Text Example


Text Example

White with #BDDE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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