Html Css Color HEX #AEBF30 Bahia

📋 copy color: '#AEBF30'

red 174 ◦ green 191 ◦ blue 48

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

Shades of Bahia #AEBF30

Tints of Bahia #AEBF30

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

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

R = 42.13%
G = 46.25%
B = 11.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#AEBF30 (or 0xAEBF30) is known color: Bahia. HEX triplet: AE, BF and 30. RGB value is (174,191,48). Sum of RGB (Red+Green+Blue) = 174+191+48=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF30 is #5140CF. Grayscale: #AAAAAA. Windows color (decimal): -5325008 or 3194798. OLE color: 3194798.

HSL color Cylindrical-coordinate representation of color #AEBF30: hue angle of 67.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEBF30 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 48 -
CMYK 0.09 0 0.75 0.25
HSL 67.13º 0.6% 0.47% -
HSV(B) 67.13º 0.75% 0.75% -
XYZ 36.62 46.47 9.84 -
YUV 169.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 174 191 48 0.09 0 0.75 0.25 67.13 0.6 0.47
Hex AE BF 30 9 0 4B 19 43 3C 2F
Octal 256 277 60 11 0 113 31 103 74 57
Binary 10101110 10111111 110000 1001 0 1001011 11001 1000011 111100 101111

Color Harmonies of #AEBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF30

Black with #AEBF30

Text Example


Text Example

White with #AEBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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