Html Css Color HEX #BDE28B Sulu

📋 copy color: '#BDE28B'

red 189 ◦ green 226 ◦ blue 139

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

Shades of Sulu #BDE28B

Tints of Sulu #BDE28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 34.12%
G = 40.79%
B = 25.09%

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

#BDE28B (or 0xBDE28B) is known color: Sulu. HEX triplet: BD, E2 and 8B. RGB value is (189,226,139). Sum of RGB (Red+Green+Blue) = 189+226+139=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE28B is #421D74. Grayscale: #CDCDCD. Windows color (decimal): -4332917 or 9167549. OLE color: 9167549.

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

Color convert

RGB 189 226 139 -
CMYK 0.16 0 0.38 0.11
HSL 85.52º 0.6% 0.72% -
HSV(B) 85.52º 0.38% 0.89% -
XYZ 52.84 67.08 34.59 -
YUV 205.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 189 226 139 0.16 0 0.38 0.11 85.52 0.6 0.72
Hex BD E2 8B 10 0 26 B 56 3C 48
Octal 275 342 213 20 0 46 13 126 74 110
Binary 10111101 11100010 10001011 10000 0 100110 1011 1010110 111100 1001000

Color Harmonies of #BDE28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE28B

Black with #BDE28B

Text Example


Text Example

White with #BDE28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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