Html Css Color HEX #BAEA74 Sulu

📋 copy color: '#BAEA74'

red 186 ◦ green 234 ◦ blue 116

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

Shades of Sulu #BAEA74

Tints of Sulu #BAEA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 34.7%
G = 43.66%
B = 21.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#BAEA74 (or 0xBAEA74) is known color: Sulu. HEX triplet: BA, EA and 74. RGB value is (186,234,116). Sum of RGB (Red+Green+Blue) = 186+234+116=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA74 is #45158B. Grayscale: #CECECE. Windows color (decimal): -4527500 or 7662266. OLE color: 7662266.

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

Color convert

RGB 186 234 116 -
CMYK 0.21 0 0.50 0.08
HSL 84.41º 0.74% 0.69% -
HSV(B) 84.41º 0.5% 0.92% -
XYZ 52.82 70.55 27.36 -
YUV 206.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 186 234 116 0.21 0 0.50 0.08 84.41 0.74 0.69
Hex BA EA 74 15 0 32 8 54 4A 45
Octal 272 352 164 25 0 62 10 124 112 105
Binary 10111010 11101010 1110100 10101 0 110010 1000 1010100 1001010 1000101

Color Harmonies of #BAEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA74

Black with #BAEA74

Text Example


Text Example

White with #BAEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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