Html Css Color HEX #AEBC2F Bahia

📋 copy color: '#AEBC2F'

red 174 ◦ green 188 ◦ blue 47

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

Shades of Bahia #AEBC2F

Tints of Bahia #AEBC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 42.54%
G = 45.97%
B = 11.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#AEBC2F (or 0xAEBC2F) is known color: Bahia. HEX triplet: AE, BC and 2F. RGB value is (174,188,47). Sum of RGB (Red+Green+Blue) = 174+188+47=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC2F is #5143D0. Grayscale: #A8A8A8. Windows color (decimal): -5325777 or 3128494. OLE color: 3128494.

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

Color convert

RGB 174 188 47 -
CMYK 0.07 0 0.75 0.26
HSL 65.96º 0.6% 0.46% -
HSV(B) 65.96º 0.75% 0.74% -
XYZ 35.95 45.17 9.51 -
YUV 167.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 174 188 47 0.07 0 0.75 0.26 65.96 0.6 0.46
Hex AE BC 2F 7 0 4B 1A 42 3C 2E
Octal 256 274 57 7 0 113 32 102 74 56
Binary 10101110 10111100 101111 111 0 1001011 11010 1000010 111100 101110

Color Harmonies of #AEBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC2F

Black with #AEBC2F

Text Example


Text Example

White with #AEBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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