Html Css Color HEX #BDE394 Sulu

📋 copy color: '#BDE394'

red 189 ◦ green 227 ◦ blue 148

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

Shades of Sulu #BDE394

Tints of Sulu #BDE394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.24%

R = 33.51%
G = 40.25%
B = 26.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BDE394 (or 0xBDE394) is known color: Sulu. HEX triplet: BD, E3 and 94. RGB value is (189,227,148). Sum of RGB (Red+Green+Blue) = 189+227+148=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE394 is #421C6B. Grayscale: #CECECE. Windows color (decimal): -4332652 or 9757629. OLE color: 9757629.

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

Color convert

RGB 189 227 148 -
CMYK 0.17 0 0.35 0.11
HSL 88.86º 0.59% 0.74% -
HSV(B) 88.86º 0.35% 0.89% -
XYZ 53.8 67.9 38.29 -
YUV 206.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 189 227 148 0.17 0 0.35 0.11 88.86 0.59 0.74
Hex BD E3 94 11 0 23 B 59 3B 4A
Octal 275 343 224 21 0 43 13 131 73 112
Binary 10111101 11100011 10010100 10001 0 100011 1011 1011001 111011 1001010

Color Harmonies of #BDE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE394

Black with #BDE394

Text Example


Text Example

White with #BDE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE394; }

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

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

background-color css

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

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

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

border-color css

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

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

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