Html Css Color HEX #AEBC24 Bahia

📋 copy color: '#AEBC24'

red 174 ◦ green 188 ◦ blue 36

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

Shades of Bahia #AEBC24

Tints of Bahia #AEBC24

RGB

 RED value IS 174 (68.36% from 255) = 43.72%

 GREEN value IS 188 (73.83% from 255) = 47.24%

 BLUE value IS 36 (14.45% from 255) = 9.05%

R = 43.72%
G = 47.24%
B = 9.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#AEBC24 (or 0xAEBC24) is known color: Bahia. HEX triplet: AE, BC and 24. RGB value is (174,188,36). Sum of RGB (Red+Green+Blue) = 174+188+36=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC24 is #5143DB. Grayscale: #A7A7A7. Windows color (decimal): -5325788 or 2407598. OLE color: 2407598.

HSL color Cylindrical-coordinate representation of color #AEBC24: hue angle of 65.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEBC24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 36 -
CMYK 0.07 0 0.81 0.26
HSL 65.53º 0.68% 0.44% -
HSV(B) 65.53º 0.81% 0.74% -
XYZ 35.76 45.09 8.49 -
YUV 166.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 174 188 36 0.07 0 0.81 0.26 65.53 0.68 0.44
Hex AE BC 24 7 0 51 1A 42 44 2C
Octal 256 274 44 7 0 121 32 102 104 54
Binary 10101110 10111100 100100 111 0 1010001 11010 1000010 1000100 101100

Color Harmonies of #AEBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC24

Black with #AEBC24

Text Example


Text Example

White with #AEBC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC24; }

 p { color: rgb(174,188,36); }

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

background-color css

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

 a { background-color: rgb(174,188,36); }

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

border-color css

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

 span { border-color: rgb(174,188,36); }

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