Html Css Color HEX #BDE986 Sulu

📋 copy color: '#BDE986'

red 189 ◦ green 233 ◦ blue 134

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

Shades of Sulu #BDE986

Tints of Sulu #BDE986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.91%

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

R = 33.99%
G = 41.91%
B = 24.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#BDE986 (or 0xBDE986) is known color: Sulu. HEX triplet: BD, E9 and 86. RGB value is (189,233,134). Sum of RGB (Red+Green+Blue) = 189+233+134=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE986 is #421679. Grayscale: #D0D0D0. Windows color (decimal): -4331130 or 8841661. OLE color: 8841661.

HSL color Cylindrical-coordinate representation of color #BDE986: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE986 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 134 -
CMYK 0.19 0 0.42 0.09
HSL 86.67º 0.69% 0.72% -
HSV(B) 86.67º 0.42% 0.91% -
XYZ 54.43 70.82 33.35 -
YUV 208.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 189 233 134 0.19 0 0.42 0.09 86.67 0.69 0.72
Hex BD E9 86 13 0 2A 9 57 45 48
Octal 275 351 206 23 0 52 11 127 105 110
Binary 10111101 11101001 10000110 10011 0 101010 1001 1010111 1000101 1001000

Color Harmonies of #BDE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE986

Black with #BDE986

Text Example


Text Example

White with #BDE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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