Html Css Color HEX #BDE28C Sulu

📋 copy color: '#BDE28C'

red 189 ◦ green 226 ◦ blue 140

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

Shades of Sulu #BDE28C

Tints of Sulu #BDE28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 34.05%
G = 40.72%
B = 25.23%

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

#BDE28C (or 0xBDE28C) is known color: Sulu. HEX triplet: BD, E2 and 8C. RGB value is (189,226,140). Sum of RGB (Red+Green+Blue) = 189+226+140=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28C is #421D73. Grayscale: #CDCDCD. Windows color (decimal): -4332916 or 9233085. OLE color: 9233085.

HSL color Cylindrical-coordinate representation of color #BDE28C: hue angle of 85.81º degrees, saturation: 0.6, 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 #BDE28C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 140 -
CMYK 0.16 0 0.38 0.11
HSL 85.81º 0.6% 0.72% -
HSV(B) 85.81º 0.38% 0.89% -
XYZ 52.92 67.1 34.97 -
YUV 205.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 189 226 140 0.16 0 0.38 0.11 85.81 0.6 0.72
Hex BD E2 8C 10 0 26 B 56 3C 48
Octal 275 342 214 20 0 46 13 126 74 110
Binary 10111101 11100010 10001100 10000 0 100110 1011 1010110 111100 1001000

Color Harmonies of #BDE28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE28C

Black with #BDE28C

Text Example


Text Example

White with #BDE28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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