Html Css Color HEX #BAE07A Sulu

📋 copy color: '#BAE07A'

red 186 ◦ green 224 ◦ blue 122

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

Shades of Sulu #BAE07A

Tints of Sulu #BAE07A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 34.96%
G = 42.11%
B = 22.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#BAE07A (or 0xBAE07A) is known color: Sulu. HEX triplet: BA, E0 and 7A. RGB value is (186,224,122). Sum of RGB (Red+Green+Blue) = 186+224+122=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE07A is #451F85. Grayscale: #C9C9C9. Windows color (decimal): -4530054 or 8052922. OLE color: 8052922.

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

Color convert

RGB 186 224 122 -
CMYK 0.17 0 0.46 0.12
HSL 82.35º 0.62% 0.68% -
HSV(B) 82.35º 0.46% 0.88% -
XYZ 50.42 65.16 28.33 -
YUV 201.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 186 224 122 0.17 0 0.46 0.12 82.35 0.62 0.68
Hex BA E0 7A 11 0 2E C 52 3E 44
Octal 272 340 172 21 0 56 14 122 76 104
Binary 10111010 11100000 1111010 10001 0 101110 1100 1010010 111110 1000100

Color Harmonies of #BAE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE07A

Black with #BAE07A

Text Example


Text Example

White with #BAE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE07A; }

 p { color: rgb(186,224,122); }

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

background-color css

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

 a { background-color: rgb(186,224,122); }

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

border-color css

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

 span { border-color: rgb(186,224,122); }

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