Html Css Color HEX #AEBD12 Bahia

📋 copy color: '#AEBD12'

red 174 ◦ green 189 ◦ blue 18

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

Shades of Bahia #AEBD12

Tints of Bahia #AEBD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.61%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 45.67%
G = 49.61%
B = 4.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#AEBD12 (or 0xAEBD12) is known color: Bahia. HEX triplet: AE, BD and 12. RGB value is (174,189,18). Sum of RGB (Red+Green+Blue) = 174+189+18=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD12 is #5142ED. Grayscale: #A5A5A5. Windows color (decimal): -5325550 or 1228206. OLE color: 1228206.

HSL color Cylindrical-coordinate representation of color #AEBD12: hue angle of 65.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBD12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 18 -
CMYK 0.08 0 0.90 0.26
HSL 65.26º 0.83% 0.41% -
HSV(B) 65.26º 0.9% 0.74% -
XYZ 35.76 45.44 7.46 -
YUV 165.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 174 189 18 0.08 0 0.90 0.26 65.26 0.83 0.41
Hex AE BD 12 8 0 5A 1A 41 53 29
Octal 256 275 22 10 0 132 32 101 123 51
Binary 10101110 10111101 10010 1000 0 1011010 11010 1000001 1010011 101001

Color Harmonies of #AEBD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD12

Black with #AEBD12

Text Example


Text Example

White with #AEBD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD12; }

 p { color: rgb(174,189,18); }

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

background-color css

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

 a { background-color: rgb(174,189,18); }

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

border-color css

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

 span { border-color: rgb(174,189,18); }

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