Html Css Color HEX #BAEA78 Sulu

📋 copy color: '#BAEA78'

red 186 ◦ green 234 ◦ blue 120

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

Shades of Sulu #BAEA78

Tints of Sulu #BAEA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.22%

R = 34.44%
G = 43.33%
B = 22.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#BAEA78 (or 0xBAEA78) is known color: Sulu. HEX triplet: BA, EA and 78. RGB value is (186,234,120). Sum of RGB (Red+Green+Blue) = 186+234+120=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA78 is #451587. Grayscale: #CFCFCF. Windows color (decimal): -4527496 or 7924410. OLE color: 7924410.

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

Color convert

RGB 186 234 120 -
CMYK 0.21 0 0.49 0.08
HSL 85.26º 0.73% 0.69% -
HSV(B) 85.26º 0.49% 0.92% -
XYZ 53.06 70.64 28.61 -
YUV 206.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 186 234 120 0.21 0 0.49 0.08 85.26 0.73 0.69
Hex BA EA 78 15 0 31 8 55 49 45
Octal 272 352 170 25 0 61 10 125 111 105
Binary 10111010 11101010 1111000 10101 0 110001 1000 1010101 1001001 1000101

Color Harmonies of #BAEA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA78

Black with #BAEA78

Text Example


Text Example

White with #BAEA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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