Html Css Color HEX #BAE07B Sulu

📋 copy color: '#BAE07B'

red 186 ◦ green 224 ◦ blue 123

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

Shades of Sulu #BAE07B

Tints of Sulu #BAE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 34.9%
G = 42.03%
B = 23.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BAE07B (or 0xBAE07B) is known color: Sulu. HEX triplet: BA, E0 and 7B. RGB value is (186,224,123). Sum of RGB (Red+Green+Blue) = 186+224+123=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE07B is #451F84. Grayscale: #C9C9C9. Windows color (decimal): -4530053 or 8118458. OLE color: 8118458.

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

Color convert

RGB 186 224 123 -
CMYK 0.17 0 0.45 0.12
HSL 82.57º 0.62% 0.68% -
HSV(B) 82.57º 0.45% 0.88% -
XYZ 50.48 65.18 28.66 -
YUV 201.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 186 224 123 0.17 0 0.45 0.12 82.57 0.62 0.68
Hex BA E0 7B 11 0 2D C 53 3E 44
Octal 272 340 173 21 0 55 14 123 76 104
Binary 10111010 11100000 1111011 10001 0 101101 1100 1010011 111110 1000100

Color Harmonies of #BAE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE07B

Black with #BAE07B

Text Example


Text Example

White with #BAE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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