Html Css Color HEX #BAE07D Sulu

📋 copy color: '#BAE07D'

red 186 ◦ green 224 ◦ blue 125

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

Shades of Sulu #BAE07D

Tints of Sulu #BAE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 34.77%
G = 41.87%
B = 23.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BAE07D (or 0xBAE07D) is known color: Sulu. HEX triplet: BA, E0 and 7D. RGB value is (186,224,125). Sum of RGB (Red+Green+Blue) = 186+224+125=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE07D is #451F82. Grayscale: #C9C9C9. Windows color (decimal): -4530051 or 8249530. OLE color: 8249530.

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

Color convert

RGB 186 224 125 -
CMYK 0.17 0 0.44 0.12
HSL 83.03º 0.61% 0.68% -
HSV(B) 83.03º 0.44% 0.88% -
XYZ 50.61 65.23 29.33 -
YUV 201.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 186 224 125 0.17 0 0.44 0.12 83.03 0.61 0.68
Hex BA E0 7D 11 0 2C C 53 3D 44
Octal 272 340 175 21 0 54 14 123 75 104
Binary 10111010 11100000 1111101 10001 0 101100 1100 1010011 111101 1000100

Color Harmonies of #BAE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE07D

Black with #BAE07D

Text Example


Text Example

White with #BAE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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