Html Css Color HEX #BAE76C Sulu

📋 copy color: '#BAE76C'

red 186 ◦ green 231 ◦ blue 108

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

Shades of Sulu #BAE76C

Tints of Sulu #BAE76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 35.43%
G = 44%
B = 20.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BAE76C (or 0xBAE76C) is known color: Sulu. HEX triplet: BA, E7 and 6C. RGB value is (186,231,108). Sum of RGB (Red+Green+Blue) = 186+231+108=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76C is #451893. Grayscale: #CBCBCB. Windows color (decimal): -4528276 or 7137210. OLE color: 7137210.

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

Color convert

RGB 186 231 108 -
CMYK 0.19 0 0.53 0.09
HSL 81.95º 0.72% 0.66% -
HSV(B) 81.95º 0.53% 0.91% -
XYZ 51.53 68.67 24.73 -
YUV 203.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 186 231 108 0.19 0 0.53 0.09 81.95 0.72 0.66
Hex BA E7 6C 13 0 35 9 52 48 42
Octal 272 347 154 23 0 65 11 122 110 102
Binary 10111010 11100111 1101100 10011 0 110101 1001 1010010 1001000 1000010

Color Harmonies of #BAE76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE76C

Black with #BAE76C

Text Example


Text Example

White with #BAE76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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