Html Css Color HEX #AEB817 Bahia

📋 copy color: '#AEB817'

red 174 ◦ green 184 ◦ blue 23

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

Shades of Bahia #AEB817

Tints of Bahia #AEB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

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

R = 45.67%
G = 48.29%
B = 6.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#AEB817 (or 0xAEB817) is known color: Bahia. HEX triplet: AE, B8 and 17. RGB value is (174,184,23). Sum of RGB (Red+Green+Blue) = 174+184+23=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB817 is #5147E8. Grayscale: #A3A3A3. Windows color (decimal): -5326825 or 1554606. OLE color: 1554606.

HSL color Cylindrical-coordinate representation of color #AEB817: hue angle of 63.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEB817 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 23 -
CMYK 0.05 0 0.88 0.28
HSL 63.73º 0.78% 0.41% -
HSV(B) 63.73º 0.88% 0.72% -
XYZ 34.75 43.34 7.34 -
YUV 162.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 174 184 23 0.05 0 0.88 0.28 63.73 0.78 0.41
Hex AE B8 17 5 0 58 1C 40 4E 29
Octal 256 270 27 5 0 130 34 100 116 51
Binary 10101110 10111000 10111 101 0 1011000 11100 1000000 1001110 101001

Color Harmonies of #AEB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB817

Black with #AEB817

Text Example


Text Example

White with #AEB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB817; }

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

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

background-color css

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

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

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

border-color css

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

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

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