Html Css Color HEX #AEB430 Bahia

📋 copy color: '#AEB430'

red 174 ◦ green 180 ◦ blue 48

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

Shades of Bahia #AEB430

Tints of Bahia #AEB430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 43.28%
G = 44.78%
B = 11.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AEB430 (or 0xAEB430) is known color: Bahia. HEX triplet: AE, B4 and 30. RGB value is (174,180,48). Sum of RGB (Red+Green+Blue) = 174+180+48=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB430 is #514BCF. Grayscale: #A3A3A3. Windows color (decimal): -5327824 or 3191982. OLE color: 3191982.

HSL color Cylindrical-coordinate representation of color #AEB430: hue angle of 62.73º 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 #AEB430 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 48 -
CMYK 0.03 0 0.73 0.29
HSL 62.73º 0.58% 0.45% -
HSV(B) 62.73º 0.73% 0.71% -
XYZ 34.31 41.85 9.07 -
YUV 163.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 174 180 48 0.03 0 0.73 0.29 62.73 0.58 0.45
Hex AE B4 30 3 0 49 1D 3F 3A 2D
Octal 256 264 60 3 0 111 35 77 72 55
Binary 10101110 10110100 110000 11 0 1001001 11101 111111 111010 101101

Color Harmonies of #AEB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB430

Black with #AEB430

Text Example


Text Example

White with #AEB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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