Html Css Color HEX #BDE28D Sulu

📋 copy color: '#BDE28D'

red 189 ◦ green 226 ◦ blue 141

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

Shades of Sulu #BDE28D

Tints of Sulu #BDE28D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.65%

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 33.99%
G = 40.65%
B = 25.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#BDE28D (or 0xBDE28D) is known color: Sulu. HEX triplet: BD, E2 and 8D. RGB value is (189,226,141). Sum of RGB (Red+Green+Blue) = 189+226+141=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28D is #421D72. Grayscale: #CDCDCD. Windows color (decimal): -4332915 or 9298621. OLE color: 9298621.

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

Color convert

RGB 189 226 141 -
CMYK 0.16 0 0.38 0.11
HSL 86.12º 0.59% 0.72% -
HSV(B) 86.12º 0.38% 0.89% -
XYZ 52.99 67.13 35.36 -
YUV 205.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 189 226 141 0.16 0 0.38 0.11 86.12 0.59 0.72
Hex BD E2 8D 10 0 26 B 56 3B 48
Octal 275 342 215 20 0 46 13 126 73 110
Binary 10111101 11100010 10001101 10000 0 100110 1011 1010110 111011 1001000

Color Harmonies of #BDE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE28D

Black with #BDE28D

Text Example


Text Example

White with #BDE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE28D; }

 p { color: rgb(189,226,141); }

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

background-color css

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

 a { background-color: rgb(189,226,141); }

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

border-color css

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

 span { border-color: rgb(189,226,141); }

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