Html Css Color HEX #BAE68A Sulu

📋 copy color: '#BAE68A'

red 186 ◦ green 230 ◦ blue 138

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

Shades of Sulu #BAE68A

Tints of Sulu #BAE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.52%

 BLUE value IS 138 (54.3% from 255) = 24.91%

R = 33.57%
G = 41.52%
B = 24.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#BAE68A (or 0xBAE68A) is known color: Sulu. HEX triplet: BA, E6 and 8A. RGB value is (186,230,138). Sum of RGB (Red+Green+Blue) = 186+230+138=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE68A is #451975. Grayscale: #CECECE. Windows color (decimal): -4528502 or 9103034. OLE color: 9103034.

HSL color Cylindrical-coordinate representation of color #BAE68A: hue angle of 88.7º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE68A is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 138 -
CMYK 0.19 0 0.4 0.10
HSL 88.7º 0.65% 0.72% -
HSV(B) 88.7º 0.4% 0.9% -
XYZ 53.13 68.87 34.54 -
YUV 206.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 186 230 138 0.19 0 0.4 0.10 88.7 0.65 0.72
Hex BA E6 8A 13 0 28 A 59 41 48
Octal 272 346 212 23 0 50 12 131 101 110
Binary 10111010 11100110 10001010 10011 0 101000 1010 1011001 1000001 1001000

Color Harmonies of #BAE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE68A

Black with #BAE68A

Text Example


Text Example

White with #BAE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE68A; }

 p { color: rgb(186,230,138); }

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

background-color css

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

 a { background-color: rgb(186,230,138); }

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

border-color css

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

 span { border-color: rgb(186,230,138); }

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