Html Css Color HEX #BDE286 Sulu

📋 copy color: '#BDE286'

red 189 ◦ green 226 ◦ blue 134

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

Shades of Sulu #BDE286

Tints of Sulu #BDE286

RGB

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

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

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

R = 34.43%
G = 41.17%
B = 24.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#BDE286 (or 0xBDE286) is known color: Sulu. HEX triplet: BD, E2 and 86. RGB value is (189,226,134). Sum of RGB (Red+Green+Blue) = 189+226+134=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE286 is #421D79. Grayscale: #CCCCCC. Windows color (decimal): -4332922 or 8839869. OLE color: 8839869.

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

Color convert

RGB 189 226 134 -
CMYK 0.16 0 0.41 0.11
HSL 84.13º 0.61% 0.71% -
HSV(B) 84.13º 0.41% 0.89% -
XYZ 52.49 66.93 32.71 -
YUV 204.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 189 226 134 0.16 0 0.41 0.11 84.13 0.61 0.71
Hex BD E2 86 10 0 29 B 54 3D 47
Octal 275 342 206 20 0 51 13 124 75 107
Binary 10111101 11100010 10000110 10000 0 101001 1011 1010100 111101 1000111

Color Harmonies of #BDE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE286

Black with #BDE286

Text Example


Text Example

White with #BDE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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