Html Css Color HEX #AEBF14 Bahia

📋 copy color: '#AEBF14'

red 174 ◦ green 191 ◦ blue 20

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

Shades of Bahia #AEBF14

Tints of Bahia #AEBF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 45.19%
G = 49.61%
B = 5.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#AEBF14 (or 0xAEBF14) is known color: Bahia. HEX triplet: AE, BF and 14. RGB value is (174,191,20). Sum of RGB (Red+Green+Blue) = 174+191+20=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF14 is #5140EB. Grayscale: #A7A7A7. Windows color (decimal): -5325036 or 1359790. OLE color: 1359790.

HSL color Cylindrical-coordinate representation of color #AEBF14: hue angle of 65.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBF14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 20 -
CMYK 0.09 0 0.90 0.25
HSL 65.96º 0.81% 0.41% -
HSV(B) 65.96º 0.9% 0.75% -
XYZ 36.21 46.31 7.69 -
YUV 166.42 45.37 133.4 -
System Red Green Blue C M Y K H S L
Decimal 174 191 20 0.09 0 0.90 0.25 65.96 0.81 0.41
Hex AE BF 14 9 0 5A 19 42 51 29
Octal 256 277 24 11 0 132 31 102 121 51
Binary 10101110 10111111 10100 1001 0 1011010 11001 1000010 1010001 101001

Color Harmonies of #AEBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF14

Black with #AEBF14

Text Example


Text Example

White with #AEBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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