Html Css Color HEX #BAE66F Sulu

📋 copy color: '#BAE66F'

red 186 ◦ green 230 ◦ blue 111

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

Shades of Sulu #BAE66F

Tints of Sulu #BAE66F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 35.29%
G = 43.64%
B = 21.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#BAE66F (or 0xBAE66F) is known color: Sulu. HEX triplet: BA, E6 and 6F. RGB value is (186,230,111). Sum of RGB (Red+Green+Blue) = 186+230+111=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE66F is #451990. Grayscale: #CBCBCB. Windows color (decimal): -4528529 or 7333562. OLE color: 7333562.

HSL color Cylindrical-coordinate representation of color #BAE66F: hue angle of 82.18º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE66F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 111 -
CMYK 0.19 0 0.52 0.10
HSL 82.18º 0.7% 0.67% -
HSV(B) 82.18º 0.52% 0.9% -
XYZ 51.42 68.18 25.49 -
YUV 203.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 186 230 111 0.19 0 0.52 0.10 82.18 0.7 0.67
Hex BA E6 6F 13 0 34 A 52 46 43
Octal 272 346 157 23 0 64 12 122 106 103
Binary 10111010 11100110 1101111 10011 0 110100 1010 1010010 1000110 1000011

Color Harmonies of #BAE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE66F

Black with #BAE66F

Text Example


Text Example

White with #BAE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE66F; }

 p { color: rgb(186,230,111); }

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

background-color css

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

 a { background-color: rgb(186,230,111); }

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

border-color css

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

 span { border-color: rgb(186,230,111); }

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