Html Css Color HEX #BDE391 Sulu

📋 copy color: '#BDE391'

red 189 ◦ green 227 ◦ blue 145

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

Shades of Sulu #BDE391

Tints of Sulu #BDE391

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

 BLUE value IS 145 (57.03% from 255) = 25.85%

R = 33.69%
G = 40.46%
B = 25.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#BDE391 (or 0xBDE391) is known color: Sulu. HEX triplet: BD, E3 and 91. RGB value is (189,227,145). Sum of RGB (Red+Green+Blue) = 189+227+145=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE391 is #421C6E. Grayscale: #CECECE. Windows color (decimal): -4332655 or 9561021. OLE color: 9561021.

HSL color Cylindrical-coordinate representation of color #BDE391: hue angle of 87.8º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE391 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 145 -
CMYK 0.17 0 0.36 0.11
HSL 87.8º 0.59% 0.73% -
HSV(B) 87.8º 0.36% 0.89% -
XYZ 53.57 67.8 37.05 -
YUV 206.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 189 227 145 0.17 0 0.36 0.11 87.8 0.59 0.73
Hex BD E3 91 11 0 24 B 58 3B 49
Octal 275 343 221 21 0 44 13 130 73 111
Binary 10111101 11100011 10010001 10001 0 100100 1011 1011000 111011 1001001

Color Harmonies of #BDE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE391

Black with #BDE391

Text Example


Text Example

White with #BDE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE391; }

 p { color: rgb(189,227,145); }

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

background-color css

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

 a { background-color: rgb(189,227,145); }

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

border-color css

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

 span { border-color: rgb(189,227,145); }

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