Html Css Color HEX #BAE86C Sulu

📋 copy color: '#BAE86C'

red 186 ◦ green 232 ◦ blue 108

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

Shades of Sulu #BAE86C

Tints of Sulu #BAE86C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.11%

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

R = 35.36%
G = 44.11%
B = 20.53%

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

#BAE86C (or 0xBAE86C) is known color: Sulu. HEX triplet: BA, E8 and 6C. RGB value is (186,232,108). Sum of RGB (Red+Green+Blue) = 186+232+108=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE86C is #451793. Grayscale: #CCCCCC. Windows color (decimal): -4528020 or 7137466. OLE color: 7137466.

HSL color Cylindrical-coordinate representation of color #BAE86C: hue angle of 82.26º degrees, saturation: 0.73, 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 #BAE86C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 108 -
CMYK 0.20 0 0.53 0.09
HSL 82.26º 0.73% 0.67% -
HSV(B) 82.26º 0.53% 0.91% -
XYZ 51.81 69.24 24.82 -
YUV 204.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 186 232 108 0.20 0 0.53 0.09 82.26 0.73 0.67
Hex BA E8 6C 14 0 35 9 52 49 43
Octal 272 350 154 24 0 65 11 122 111 103
Binary 10111010 11101000 1101100 10100 0 110101 1001 1010010 1001001 1000011

Color Harmonies of #BAE86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE86C

Black with #BAE86C

Text Example


Text Example

White with #BAE86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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