Html Css Color HEX #AEBD16 Bahia

📋 copy color: '#AEBD16'

red 174 ◦ green 189 ◦ blue 22

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

Shades of Bahia #AEBD16

Tints of Bahia #AEBD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 45.19%
G = 49.09%
B = 5.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#AEBD16 (or 0xAEBD16) is known color: Bahia. HEX triplet: AE, BD and 16. RGB value is (174,189,22). Sum of RGB (Red+Green+Blue) = 174+189+22=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD16 is #5142E9. Grayscale: #A6A6A6. Windows color (decimal): -5325546 or 1490350. OLE color: 1490350.

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

Color convert

RGB 174 189 22 -
CMYK 0.08 0 0.88 0.26
HSL 65.39º 0.79% 0.41% -
HSV(B) 65.39º 0.88% 0.74% -
XYZ 35.8 45.45 7.65 -
YUV 165.48 47.03 134.08 -
System Red Green Blue C M Y K H S L
Decimal 174 189 22 0.08 0 0.88 0.26 65.39 0.79 0.41
Hex AE BD 16 8 0 58 1A 41 4F 29
Octal 256 275 26 10 0 130 32 101 117 51
Binary 10101110 10111101 10110 1000 0 1011000 11010 1000001 1001111 101001

Color Harmonies of #AEBD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD16

Black with #AEBD16

Text Example


Text Example

White with #AEBD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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