Html Css Color HEX #BAE16C Sulu

📋 copy color: '#BAE16C'

red 186 ◦ green 225 ◦ blue 108

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

Shades of Sulu #BAE16C

Tints of Sulu #BAE16C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

 BLUE value IS 108 (42.58% from 255) = 20.81%

R = 35.84%
G = 43.35%
B = 20.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#BAE16C (or 0xBAE16C) is known color: Sulu. HEX triplet: BA, E1 and 6C. RGB value is (186,225,108). Sum of RGB (Red+Green+Blue) = 186+225+108=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE16C is #451E93. Grayscale: #C8C8C8. Windows color (decimal): -4529812 or 7135674. OLE color: 7135674.

HSL color Cylindrical-coordinate representation of color #BAE16C: hue angle of 80º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE16C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 108 -
CMYK 0.17 0 0.52 0.12
HSL 80º 0.66% 0.65% -
HSV(B) 80º 0.52% 0.88% -
XYZ 49.88 65.37 24.18 -
YUV 200 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 186 225 108 0.17 0 0.52 0.12 80 0.66 0.65
Hex BA E1 6C 11 0 34 C 50 42 41
Octal 272 341 154 21 0 64 14 120 102 101
Binary 10111010 11100001 1101100 10001 0 110100 1100 1010000 1000010 1000001

Color Harmonies of #BAE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE16C

Black with #BAE16C

Text Example


Text Example

White with #BAE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE16C; }

 p { color: rgb(186,225,108); }

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

background-color css

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

 a { background-color: rgb(186,225,108); }

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

border-color css

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

 span { border-color: rgb(186,225,108); }

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