Html Css Color HEX #BDE395 Sulu

📋 copy color: '#BDE395'

red 189 ◦ green 227 ◦ blue 149

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

Shades of Sulu #BDE395

Tints of Sulu #BDE395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 33.45%
G = 40.18%
B = 26.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BDE395 (or 0xBDE395) is known color: Sulu. HEX triplet: BD, E3 and 95. RGB value is (189,227,149). Sum of RGB (Red+Green+Blue) = 189+227+149=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE395 is #421C6A. Grayscale: #CFCFCF. Windows color (decimal): -4332651 or 9823165. OLE color: 9823165.

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

Color convert

RGB 189 227 149 -
CMYK 0.17 0 0.34 0.11
HSL 89.23º 0.58% 0.74% -
HSV(B) 89.23º 0.34% 0.89% -
XYZ 53.88 67.93 38.71 -
YUV 206.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 189 227 149 0.17 0 0.34 0.11 89.23 0.58 0.74
Hex BD E3 95 11 0 22 B 59 3A 4A
Octal 275 343 225 21 0 42 13 131 72 112
Binary 10111101 11100011 10010101 10001 0 100010 1011 1011001 111010 1001010

Color Harmonies of #BDE395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE395

Black with #BDE395

Text Example


Text Example

White with #BDE395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE395; }

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

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

background-color css

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

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

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

border-color css

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

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

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