Html Css Color HEX #AEBD17 Bahia

📋 copy color: '#AEBD17'

red 174 ◦ green 189 ◦ blue 23

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

Shades of Bahia #AEBD17

Tints of Bahia #AEBD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 45.08%
G = 48.96%
B = 5.96%

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

#AEBD17 (or 0xAEBD17) is known color: Bahia. HEX triplet: AE, BD and 17. RGB value is (174,189,23). Sum of RGB (Red+Green+Blue) = 174+189+23=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD17 is #5142E8. Grayscale: #A6A6A6. Windows color (decimal): -5325545 or 1555886. OLE color: 1555886.

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

Color convert

RGB 174 189 23 -
CMYK 0.08 0 0.88 0.26
HSL 65.42º 0.78% 0.42% -
HSV(B) 65.42º 0.88% 0.74% -
XYZ 35.81 45.46 7.7 -
YUV 165.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 174 189 23 0.08 0 0.88 0.26 65.42 0.78 0.42
Hex AE BD 17 8 0 58 1A 41 4E 2A
Octal 256 275 27 10 0 130 32 101 116 52
Binary 10101110 10111101 10111 1000 0 1011000 11010 1000001 1001110 101010

Color Harmonies of #AEBD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD17

Black with #AEBD17

Text Example


Text Example

White with #AEBD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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