Html Css Color HEX #BAEA72 Sulu

📋 copy color: '#BAEA72'

red 186 ◦ green 234 ◦ blue 114

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

Shades of Sulu #BAEA72

Tints of Sulu #BAEA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 34.83%
G = 43.82%
B = 21.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#BAEA72 (or 0xBAEA72) is known color: Sulu. HEX triplet: BA, EA and 72. RGB value is (186,234,114). Sum of RGB (Red+Green+Blue) = 186+234+114=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA72 is #45158D. Grayscale: #CECECE. Windows color (decimal): -4527502 or 7531194. OLE color: 7531194.

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

Color convert

RGB 186 234 114 -
CMYK 0.21 0 0.51 0.08
HSL 84º 0.74% 0.68% -
HSV(B) 84º 0.51% 0.92% -
XYZ 52.71 70.5 26.75 -
YUV 205.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 186 234 114 0.21 0 0.51 0.08 84 0.74 0.68
Hex BA EA 72 15 0 33 8 54 4A 44
Octal 272 352 162 25 0 63 10 124 112 104
Binary 10111010 11101010 1110010 10101 0 110011 1000 1010100 1001010 1000100

Color Harmonies of #BAEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA72

Black with #BAEA72

Text Example


Text Example

White with #BAEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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