Html Css Color HEX #BDE086 Sulu

📋 copy color: '#BDE086'

red 189 ◦ green 224 ◦ blue 134

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

Shades of Sulu #BDE086

Tints of Sulu #BDE086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

 BLUE value IS 134 (52.73% from 255) = 24.5%

R = 34.55%
G = 40.95%
B = 24.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#BDE086 (or 0xBDE086) is known color: Sulu. HEX triplet: BD, E0 and 86. RGB value is (189,224,134). Sum of RGB (Red+Green+Blue) = 189+224+134=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE086 is #421F79. Grayscale: #CBCBCB. Windows color (decimal): -4333434 or 8839357. OLE color: 8839357.

HSL color Cylindrical-coordinate representation of color #BDE086: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE086 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 134 -
CMYK 0.16 0 0.40 0.12
HSL 83.33º 0.59% 0.7% -
HSV(B) 83.33º 0.4% 0.88% -
XYZ 51.95 65.85 32.53 -
YUV 203.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 189 224 134 0.16 0 0.40 0.12 83.33 0.59 0.7
Hex BD E0 86 10 0 28 C 53 3B 46
Octal 275 340 206 20 0 50 14 123 73 106
Binary 10111101 11100000 10000110 10000 0 101000 1100 1010011 111011 1000110

Color Harmonies of #BDE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE086

Black with #BDE086

Text Example


Text Example

White with #BDE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE086; }

 p { color: rgb(189,224,134); }

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

background-color css

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

 a { background-color: rgb(189,224,134); }

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

border-color css

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

 span { border-color: rgb(189,224,134); }

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