Html Css Color HEX #AEB530 Bahia

📋 copy color: '#AEB530'

red 174 ◦ green 181 ◦ blue 48

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

Shades of Bahia #AEB530

Tints of Bahia #AEB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 43.18%
G = 44.91%
B = 11.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AEB530 (or 0xAEB530) is known color: Bahia. HEX triplet: AE, B5 and 30. RGB value is (174,181,48). Sum of RGB (Red+Green+Blue) = 174+181+48=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB530 is #514ACF. Grayscale: #A4A4A4. Windows color (decimal): -5327568 or 3192238. OLE color: 3192238.

HSL color Cylindrical-coordinate representation of color #AEB530: hue angle of 63.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEB530 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 48 -
CMYK 0.04 0 0.73 0.29
HSL 63.16º 0.58% 0.45% -
HSV(B) 63.16º 0.73% 0.71% -
XYZ 34.51 42.26 9.13 -
YUV 163.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 174 181 48 0.04 0 0.73 0.29 63.16 0.58 0.45
Hex AE B5 30 4 0 49 1D 3F 3A 2D
Octal 256 265 60 4 0 111 35 77 72 55
Binary 10101110 10110101 110000 100 0 1001001 11101 111111 111010 101101

Color Harmonies of #AEB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB530

Black with #AEB530

Text Example


Text Example

White with #AEB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB530; }

 p { color: rgb(174,181,48); }

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

background-color css

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

 a { background-color: rgb(174,181,48); }

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

border-color css

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

 span { border-color: rgb(174,181,48); }

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