Html Css Color HEX #AEB730 Bahia

📋 copy color: '#AEB730'

red 174 ◦ green 183 ◦ blue 48

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

Shades of Bahia #AEB730

Tints of Bahia #AEB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

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

R = 42.96%
G = 45.19%
B = 11.85%

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

#AEB730 (or 0xAEB730) is known color: Bahia. HEX triplet: AE, B7 and 30. RGB value is (174,183,48). Sum of RGB (Red+Green+Blue) = 174+183+48=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB730 is #5148CF. Grayscale: #A5A5A5. Windows color (decimal): -5327056 or 3192750. OLE color: 3192750.

HSL color Cylindrical-coordinate representation of color #AEB730: hue angle of 64º degrees, saturation: 0.58, 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 #AEB730 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 48 -
CMYK 0.05 0 0.74 0.28
HSL 64º 0.58% 0.45% -
HSV(B) 64º 0.74% 0.72% -
XYZ 34.92 43.08 9.27 -
YUV 164.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 174 183 48 0.05 0 0.74 0.28 64 0.58 0.45
Hex AE B7 30 5 0 4A 1C 40 3A 2D
Octal 256 267 60 5 0 112 34 100 72 55
Binary 10101110 10110111 110000 101 0 1001010 11100 1000000 111010 101101

Color Harmonies of #AEB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB730

Black with #AEB730

Text Example


Text Example

White with #AEB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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