Html Css Color HEX #AEB830 Bahia

📋 copy color: '#AEB830'

red 174 ◦ green 184 ◦ blue 48

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

Shades of Bahia #AEB830

Tints of Bahia #AEB830

RGB

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

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

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

R = 42.86%
G = 45.32%
B = 11.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#AEB830 (or 0xAEB830) is known color: Bahia. HEX triplet: AE, B8 and 30. RGB value is (174,184,48). Sum of RGB (Red+Green+Blue) = 174+184+48=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB830 is #5147CF. Grayscale: #A6A6A6. Windows color (decimal): -5326800 or 3193006. OLE color: 3193006.

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

Color convert

RGB 174 184 48 -
CMYK 0.05 0 0.74 0.28
HSL 64.41º 0.59% 0.45% -
HSV(B) 64.41º 0.74% 0.72% -
XYZ 35.13 43.49 9.34 -
YUV 165.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 174 184 48 0.05 0 0.74 0.28 64.41 0.59 0.45
Hex AE B8 30 5 0 4A 1C 40 3B 2D
Octal 256 270 60 5 0 112 34 100 73 55
Binary 10101110 10111000 110000 101 0 1001010 11100 1000000 111011 101101

Color Harmonies of #AEB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB830

Black with #AEB830

Text Example


Text Example

White with #AEB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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