Html Css Color HEX #AEBD30 Bahia

📋 copy color: '#AEBD30'

red 174 ◦ green 189 ◦ blue 48

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

Shades of Bahia #AEBD30

Tints of Bahia #AEBD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

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

R = 42.34%
G = 45.99%
B = 11.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#AEBD30 (or 0xAEBD30) is known color: Bahia. HEX triplet: AE, BD and 30. RGB value is (174,189,48). Sum of RGB (Red+Green+Blue) = 174+189+48=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD30 is #5142CF. Grayscale: #A8A8A8. Windows color (decimal): -5325520 or 3194286. OLE color: 3194286.

HSL color Cylindrical-coordinate representation of color #AEBD30: hue angle of 66.38º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEBD30 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 48 -
CMYK 0.08 0 0.75 0.26
HSL 66.38º 0.59% 0.46% -
HSV(B) 66.38º 0.75% 0.74% -
XYZ 36.19 45.61 9.69 -
YUV 168.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 174 189 48 0.08 0 0.75 0.26 66.38 0.59 0.46
Hex AE BD 30 8 0 4B 1A 42 3B 2E
Octal 256 275 60 10 0 113 32 102 73 56
Binary 10101110 10111101 110000 1000 0 1001011 11010 1000010 111011 101110

Color Harmonies of #AEBD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD30

Black with #AEBD30

Text Example


Text Example

White with #AEBD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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