Html Css Color HEX #BAEC6A Sulu

📋 copy color: '#BAEC6A'

red 186 ◦ green 236 ◦ blue 106

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

Shades of Sulu #BAEC6A

Tints of Sulu #BAEC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.7%

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

R = 35.23%
G = 44.7%
B = 20.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BAEC6A (or 0xBAEC6A) is known color: Sulu. HEX triplet: BA, EC and 6A. RGB value is (186,236,106). Sum of RGB (Red+Green+Blue) = 186+236+106=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC6A is #451395. Grayscale: #CECECE. Windows color (decimal): -4526998 or 7007418. OLE color: 7007418.

HSL color Cylindrical-coordinate representation of color #BAEC6A: hue angle of 83.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAEC6A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 106 -
CMYK 0.21 0 0.55 0.07
HSL 83.08º 0.77% 0.67% -
HSV(B) 83.08º 0.55% 0.93% -
XYZ 52.85 71.47 24.65 -
YUV 206.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 186 236 106 0.21 0 0.55 0.07 83.08 0.77 0.67
Hex BA EC 6A 15 0 37 7 53 4D 43
Octal 272 354 152 25 0 67 7 123 115 103
Binary 10111010 11101100 1101010 10101 0 110111 111 1010011 1001101 1000011

Color Harmonies of #BAEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC6A

Black with #BAEC6A

Text Example


Text Example

White with #BAEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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