Html Css Color HEX #BDE593 Sulu

📋 copy color: '#BDE593'

red 189 ◦ green 229 ◦ blue 147

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

Shades of Sulu #BDE593

Tints of Sulu #BDE593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 33.45%
G = 40.53%
B = 26.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#BDE593 (or 0xBDE593) is known color: Sulu. HEX triplet: BD, E5 and 93. RGB value is (189,229,147). Sum of RGB (Red+Green+Blue) = 189+229+147=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE593 is #421A6C. Grayscale: #CFCFCF. Windows color (decimal): -4332141 or 9692605. OLE color: 9692605.

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

Color convert

RGB 189 229 147 -
CMYK 0.17 0 0.36 0.10
HSL 89.27º 0.61% 0.74% -
HSV(B) 89.27º 0.36% 0.9% -
XYZ 54.27 68.96 38.05 -
YUV 207.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 189 229 147 0.17 0 0.36 0.10 89.27 0.61 0.74
Hex BD E5 93 11 0 24 A 59 3D 4A
Octal 275 345 223 21 0 44 12 131 75 112
Binary 10111101 11100101 10010011 10001 0 100100 1010 1011001 111101 1001010

Color Harmonies of #BDE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE593

Black with #BDE593

Text Example


Text Example

White with #BDE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE593; }

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

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

background-color css

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

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

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

border-color css

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

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

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