Html Css Color HEX #AEBC25 Bahia

📋 copy color: '#AEBC25'

red 174 ◦ green 188 ◦ blue 37

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

Shades of Bahia #AEBC25

Tints of Bahia #AEBC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.27%

R = 43.61%
G = 47.12%
B = 9.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#AEBC25 (or 0xAEBC25) is known color: Bahia. HEX triplet: AE, BC and 25. RGB value is (174,188,37). Sum of RGB (Red+Green+Blue) = 174+188+37=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC25 is #5143DA. Grayscale: #A7A7A7. Windows color (decimal): -5325787 or 2473134. OLE color: 2473134.

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

Color convert

RGB 174 188 37 -
CMYK 0.07 0 0.80 0.26
HSL 65.56º 0.67% 0.44% -
HSV(B) 65.56º 0.8% 0.74% -
XYZ 35.77 45.1 8.57 -
YUV 166.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 174 188 37 0.07 0 0.80 0.26 65.56 0.67 0.44
Hex AE BC 25 7 0 50 1A 42 43 2C
Octal 256 274 45 7 0 120 32 102 103 54
Binary 10101110 10111100 100101 111 0 1010000 11010 1000010 1000011 101100

Color Harmonies of #AEBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC25

Black with #AEBC25

Text Example


Text Example

White with #AEBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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