Html Css Color HEX #BAE06B Sulu

📋 copy color: '#BAE06B'

red 186 ◦ green 224 ◦ blue 107

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

Shades of Sulu #BAE06B

Tints of Sulu #BAE06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.7%

R = 35.98%
G = 43.33%
B = 20.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#BAE06B (or 0xBAE06B) is known color: Sulu. HEX triplet: BA, E0 and 6B. RGB value is (186,224,107). Sum of RGB (Red+Green+Blue) = 186+224+107=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06B is #451F94. Grayscale: #C7C7C7. Windows color (decimal): -4530069 or 7069882. OLE color: 7069882.

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

Color convert

RGB 186 224 107 -
CMYK 0.17 0 0.52 0.12
HSL 79.49º 0.65% 0.65% -
HSV(B) 79.49º 0.52% 0.88% -
XYZ 49.56 64.81 23.81 -
YUV 199.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 186 224 107 0.17 0 0.52 0.12 79.49 0.65 0.65
Hex BA E0 6B 11 0 34 C 4F 41 41
Octal 272 340 153 21 0 64 14 117 101 101
Binary 10111010 11100000 1101011 10001 0 110100 1100 1001111 1000001 1000001

Color Harmonies of #BAE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE06B

Black with #BAE06B

Text Example


Text Example

White with #BAE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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