Html Css Color HEX #BAEC8C Sulu

📋 copy color: '#BAEC8C'

red 186 ◦ green 236 ◦ blue 140

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

Shades of Sulu #BAEC8C

Tints of Sulu #BAEC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 140 (55.08% from 255) = 24.91%

R = 33.1%
G = 41.99%
B = 24.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#BAEC8C (or 0xBAEC8C) is known color: Sulu. HEX triplet: BA, EC and 8C. RGB value is (186,236,140). Sum of RGB (Red+Green+Blue) = 186+236+140=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC8C is #451373. Grayscale: #D2D2D2. Windows color (decimal): -4526964 or 9235642. OLE color: 9235642.

HSL color Cylindrical-coordinate representation of color #BAEC8C: hue angle of 91.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEC8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 140 -
CMYK 0.21 0 0.41 0.07
HSL 91.25º 0.72% 0.74% -
HSV(B) 91.25º 0.41% 0.93% -
XYZ 54.98 72.32 35.87 -
YUV 210.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 186 236 140 0.21 0 0.41 0.07 91.25 0.72 0.74
Hex BA EC 8C 15 0 29 7 5B 48 4A
Octal 272 354 214 25 0 51 7 133 110 112
Binary 10111010 11101100 10001100 10101 0 101001 111 1011011 1001000 1001010

Color Harmonies of #BAEC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC8C

Black with #BAEC8C

Text Example


Text Example

White with #BAEC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC8C; }

 p { color: rgb(186,236,140); }

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

background-color css

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

 a { background-color: rgb(186,236,140); }

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

border-color css

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

 span { border-color: rgb(186,236,140); }

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