Html Css Color HEX #AEB325 Bahia

📋 copy color: '#AEB325'

red 174 ◦ green 179 ◦ blue 37

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

Shades of Bahia #AEB325

Tints of Bahia #AEB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 44.62%
G = 45.9%
B = 9.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#AEB325 (or 0xAEB325) is known color: Bahia. HEX triplet: AE, B3 and 25. RGB value is (174,179,37). Sum of RGB (Red+Green+Blue) = 174+179+37=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB325 is #514CDA. Grayscale: #A1A1A1. Windows color (decimal): -5328091 or 2470830. OLE color: 2470830.

HSL color Cylindrical-coordinate representation of color #AEB325: hue angle of 62.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEB325 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 37 -
CMYK 0.03 0 0.79 0.30
HSL 62.11º 0.66% 0.42% -
HSV(B) 62.11º 0.79% 0.7% -
XYZ 33.91 41.37 7.95 -
YUV 161.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 174 179 37 0.03 0 0.79 0.30 62.11 0.66 0.42
Hex AE B3 25 3 0 4F 1E 3E 42 2A
Octal 256 263 45 3 0 117 36 76 102 52
Binary 10101110 10110011 100101 11 0 1001111 11110 111110 1000010 101010

Color Harmonies of #AEB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB325

Black with #AEB325

Text Example


Text Example

White with #AEB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB325; }

 p { color: rgb(174,179,37); }

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

background-color css

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

 a { background-color: rgb(174,179,37); }

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

border-color css

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

 span { border-color: rgb(174,179,37); }

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