Html Css Color HEX #BAE96D Sulu

📋 copy color: '#BAE96D'

red 186 ◦ green 233 ◦ blue 109

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

Shades of Sulu #BAE96D

Tints of Sulu #BAE96D

RGB

 RED value IS 186 (73.05% from 255) = 35.23%

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 35.23%
G = 44.13%
B = 20.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BAE96D (or 0xBAE96D) is known color: Sulu. HEX triplet: BA, E9 and 6D. RGB value is (186,233,109). Sum of RGB (Red+Green+Blue) = 186+233+109=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96D is #451692. Grayscale: #CDCDCD. Windows color (decimal): -4527763 or 7203258. OLE color: 7203258.

HSL color Cylindrical-coordinate representation of color #BAE96D: hue angle of 82.74º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE96D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 109 -
CMYK 0.20 0 0.53 0.09
HSL 82.74º 0.74% 0.67% -
HSV(B) 82.74º 0.53% 0.91% -
XYZ 52.15 69.82 25.2 -
YUV 204.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 186 233 109 0.20 0 0.53 0.09 82.74 0.74 0.67
Hex BA E9 6D 14 0 35 9 53 4A 43
Octal 272 351 155 24 0 65 11 123 112 103
Binary 10111010 11101001 1101101 10100 0 110101 1001 1010011 1001010 1000011

Color Harmonies of #BAE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE96D

Black with #BAE96D

Text Example


Text Example

White with #BAE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE96D; }

 p { color: rgb(186,233,109); }

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

background-color css

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

 a { background-color: rgb(186,233,109); }

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

border-color css

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

 span { border-color: rgb(186,233,109); }

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