Html Css Color HEX #AEBF2A Bahia

📋 copy color: '#AEBF2A'

red 174 ◦ green 191 ◦ blue 42

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

Shades of Bahia #AEBF2A

Tints of Bahia #AEBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 42.75%
G = 46.93%
B = 10.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#AEBF2A (or 0xAEBF2A) is known color: Bahia. HEX triplet: AE, BF and 2A. RGB value is (174,191,42). Sum of RGB (Red+Green+Blue) = 174+191+42=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF2A is #5140D5. Grayscale: #A9A9A9. Windows color (decimal): -5325014 or 2801582. OLE color: 2801582.

HSL color Cylindrical-coordinate representation of color #AEBF2A: hue angle of 66.85º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBF2A is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 42 -
CMYK 0.09 0 0.78 0.25
HSL 66.85º 0.64% 0.46% -
HSV(B) 66.85º 0.78% 0.75% -
XYZ 36.5 46.43 9.23 -
YUV 168.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 174 191 42 0.09 0 0.78 0.25 66.85 0.64 0.46
Hex AE BF 2A 9 0 4E 19 43 40 2E
Octal 256 277 52 11 0 116 31 103 100 56
Binary 10101110 10111111 101010 1001 0 1001110 11001 1000011 1000000 101110

Color Harmonies of #AEBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF2A

Black with #AEBF2A

Text Example


Text Example

White with #AEBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF2A; }

 p { color: rgb(174,191,42); }

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

background-color css

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

 a { background-color: rgb(174,191,42); }

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

border-color css

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

 span { border-color: rgb(174,191,42); }

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