Html Css Color HEX #BAE76B Sulu

📋 copy color: '#BAE76B'

red 186 ◦ green 231 ◦ blue 107

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

Shades of Sulu #BAE76B

Tints of Sulu #BAE76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

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

R = 35.5%
G = 44.08%
B = 20.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BAE76B (or 0xBAE76B) is known color: Sulu. HEX triplet: BA, E7 and 6B. RGB value is (186,231,107). Sum of RGB (Red+Green+Blue) = 186+231+107=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76B is #451894. Grayscale: #CBCBCB. Windows color (decimal): -4528277 or 7071674. OLE color: 7071674.

HSL color Cylindrical-coordinate representation of color #BAE76B: hue angle of 81.77º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE76B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 107 -
CMYK 0.19 0 0.54 0.09
HSL 81.77º 0.72% 0.66% -
HSV(B) 81.77º 0.54% 0.91% -
XYZ 51.48 68.65 24.45 -
YUV 203.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 186 231 107 0.19 0 0.54 0.09 81.77 0.72 0.66
Hex BA E7 6B 13 0 36 9 52 48 42
Octal 272 347 153 23 0 66 11 122 110 102
Binary 10111010 11100111 1101011 10011 0 110110 1001 1010010 1001000 1000010

Color Harmonies of #BAE76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE76B

Black with #BAE76B

Text Example


Text Example

White with #BAE76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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