Html Css Color HEX #AEBF11 Bahia

📋 copy color: '#AEBF11'

red 174 ◦ green 191 ◦ blue 17

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

Shades of Bahia #AEBF11

Tints of Bahia #AEBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 45.55%
G = 50%
B = 4.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#AEBF11 (or 0xAEBF11) is known color: Bahia. HEX triplet: AE, BF and 11. RGB value is (174,191,17). Sum of RGB (Red+Green+Blue) = 174+191+17=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF11 is #5140EE. Grayscale: #A6A6A6. Windows color (decimal): -5325039 or 1163182. OLE color: 1163182.

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

Color convert

RGB 174 191 17 -
CMYK 0.09 0 0.91 0.25
HSL 65.86º 0.84% 0.41% -
HSV(B) 65.86º 0.91% 0.75% -
XYZ 36.19 46.3 7.56 -
YUV 166.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 174 191 17 0.09 0 0.91 0.25 65.86 0.84 0.41
Hex AE BF 11 9 0 5B 19 42 54 29
Octal 256 277 21 11 0 133 31 102 124 51
Binary 10101110 10111111 10001 1001 0 1011011 11001 1000010 1010100 101001

Color Harmonies of #AEBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF11

Black with #AEBF11

Text Example


Text Example

White with #AEBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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