Html Css Color HEX #BDE793 Sulu

📋 copy color: '#BDE793'

red 189 ◦ green 231 ◦ blue 147

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

Shades of Sulu #BDE793

Tints of Sulu #BDE793

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.74%

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

R = 33.33%
G = 40.74%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BDE793 (or 0xBDE793) is known color: Sulu. HEX triplet: BD, E7 and 93. RGB value is (189,231,147). Sum of RGB (Red+Green+Blue) = 189+231+147=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE793 is #42186C. Grayscale: #D1D1D1. Windows color (decimal): -4331629 or 9693117. OLE color: 9693117.

HSL color Cylindrical-coordinate representation of color #BDE793: hue angle of 90º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE793 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 147 -
CMYK 0.18 0 0.36 0.09
HSL 90º 0.64% 0.74% -
HSV(B) 90º 0.36% 0.91% -
XYZ 54.83 70.08 38.24 -
YUV 208.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 189 231 147 0.18 0 0.36 0.09 90 0.64 0.74
Hex BD E7 93 12 0 24 9 5A 40 4A
Octal 275 347 223 22 0 44 11 132 100 112
Binary 10111101 11100111 10010011 10010 0 100100 1001 1011010 1000000 1001010

Color Harmonies of #BDE793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE793

Black with #BDE793

Text Example


Text Example

White with #BDE793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE793; }

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

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

background-color css

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

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

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

border-color css

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

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

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