Html Css Color HEX #BAEA6E Sulu

📋 copy color: '#BAEA6E'

red 186 ◦ green 234 ◦ blue 110

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

Shades of Sulu #BAEA6E

Tints of Sulu #BAEA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

 BLUE value IS 110 (43.36% from 255) = 20.75%

R = 35.09%
G = 44.15%
B = 20.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#BAEA6E (or 0xBAEA6E) is known color: Sulu. HEX triplet: BA, EA and 6E. RGB value is (186,234,110). Sum of RGB (Red+Green+Blue) = 186+234+110=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA6E is #451591. Grayscale: #CDCDCD. Windows color (decimal): -4527506 or 7269050. OLE color: 7269050.

HSL color Cylindrical-coordinate representation of color #BAEA6E: hue angle of 83.23º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAEA6E is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 110 -
CMYK 0.21 0 0.53 0.08
HSL 83.23º 0.75% 0.67% -
HSV(B) 83.23º 0.53% 0.92% -
XYZ 52.49 70.41 25.58 -
YUV 205.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 186 234 110 0.21 0 0.53 0.08 83.23 0.75 0.67
Hex BA EA 6E 15 0 35 8 53 4B 43
Octal 272 352 156 25 0 65 10 123 113 103
Binary 10111010 11101010 1101110 10101 0 110101 1000 1010011 1001011 1000011

Color Harmonies of #BAEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA6E

Black with #BAEA6E

Text Example


Text Example

White with #BAEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA6E; }

 p { color: rgb(186,234,110); }

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

background-color css

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

 a { background-color: rgb(186,234,110); }

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

border-color css

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

 span { border-color: rgb(186,234,110); }

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