Html Css Color HEX #BAE96A Sulu

📋 copy color: '#BAE96A'

red 186 ◦ green 233 ◦ blue 106

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

Shades of Sulu #BAE96A

Tints of Sulu #BAE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.38%

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 35.43%
G = 44.38%
B = 20.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#BAE96A (or 0xBAE96A) is known color: Sulu. HEX triplet: BA, E9 and 6A. RGB value is (186,233,106). Sum of RGB (Red+Green+Blue) = 186+233+106=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96A is #451695. Grayscale: #CCCCCC. Windows color (decimal): -4527766 or 7006650. OLE color: 7006650.

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

Color convert

RGB 186 233 106 -
CMYK 0.20 0 0.55 0.09
HSL 82.2º 0.74% 0.66% -
HSV(B) 82.2º 0.55% 0.91% -
XYZ 51.99 69.76 24.36 -
YUV 204.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 186 233 106 0.20 0 0.55 0.09 82.2 0.74 0.66
Hex BA E9 6A 14 0 37 9 52 4A 42
Octal 272 351 152 24 0 67 11 122 112 102
Binary 10111010 11101001 1101010 10100 0 110111 1001 1010010 1001010 1000010

Color Harmonies of #BAE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE96A

Black with #BAE96A

Text Example


Text Example

White with #BAE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE96A; }

 p { color: rgb(186,233,106); }

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

background-color css

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

 a { background-color: rgb(186,233,106); }

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

border-color css

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

 span { border-color: rgb(186,233,106); }

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