Html Css Color HEX #BAE46D Sulu

📋 copy color: '#BAE46D'

red 186 ◦ green 228 ◦ blue 109

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

Shades of Sulu #BAE46D

Tints of Sulu #BAE46D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.59%

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

R = 35.56%
G = 43.59%
B = 20.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#BAE46D (or 0xBAE46D) is known color: Sulu. HEX triplet: BA, E4 and 6D. RGB value is (186,228,109). Sum of RGB (Red+Green+Blue) = 186+228+109=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE46D is #451B92. Grayscale: #CACACA. Windows color (decimal): -4529043 or 7201978. OLE color: 7201978.

HSL color Cylindrical-coordinate representation of color #BAE46D: hue angle of 81.18º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE46D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 109 -
CMYK 0.18 0 0.52 0.11
HSL 81.18º 0.69% 0.66% -
HSV(B) 81.18º 0.52% 0.89% -
XYZ 50.75 67.03 24.73 -
YUV 201.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 186 228 109 0.18 0 0.52 0.11 81.18 0.69 0.66
Hex BA E4 6D 12 0 34 B 51 45 42
Octal 272 344 155 22 0 64 13 121 105 102
Binary 10111010 11100100 1101101 10010 0 110100 1011 1010001 1000101 1000010

Color Harmonies of #BAE46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE46D

Black with #BAE46D

Text Example


Text Example

White with #BAE46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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