Html Css Color HEX #AEBC30 Bahia

📋 copy color: '#AEBC30'

red 174 ◦ green 188 ◦ blue 48

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

Shades of Bahia #AEBC30

Tints of Bahia #AEBC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 42.44%
G = 45.85%
B = 11.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AEBC30 (or 0xAEBC30) is known color: Bahia. HEX triplet: AE, BC and 30. RGB value is (174,188,48). Sum of RGB (Red+Green+Blue) = 174+188+48=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC30 is #5143CF. Grayscale: #A8A8A8. Windows color (decimal): -5325776 or 3194030. OLE color: 3194030.

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

Color convert

RGB 174 188 48 -
CMYK 0.07 0 0.74 0.26
HSL 66º 0.59% 0.46% -
HSV(B) 66º 0.74% 0.74% -
XYZ 35.97 45.18 9.62 -
YUV 167.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 174 188 48 0.07 0 0.74 0.26 66 0.59 0.46
Hex AE BC 30 7 0 4A 1A 42 3B 2E
Octal 256 274 60 7 0 112 32 102 73 56
Binary 10101110 10111100 110000 111 0 1001010 11010 1000010 111011 101110

Color Harmonies of #AEBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC30

Black with #AEBC30

Text Example


Text Example

White with #AEBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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