Html Css Color HEX #AEBF28 Bahia

📋 copy color: '#AEBF28'

red 174 ◦ green 191 ◦ blue 40

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

Shades of Bahia #AEBF28

Tints of Bahia #AEBF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 42.96%
G = 47.16%
B = 9.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#AEBF28 (or 0xAEBF28) is known color: Bahia. HEX triplet: AE, BF and 28. RGB value is (174,191,40). Sum of RGB (Red+Green+Blue) = 174+191+40=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF28 is #5140D7. Grayscale: #A9A9A9. Windows color (decimal): -5325016 or 2670510. OLE color: 2670510.

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

Color convert

RGB 174 191 40 -
CMYK 0.09 0 0.79 0.25
HSL 66.75º 0.65% 0.45% -
HSV(B) 66.75º 0.79% 0.75% -
XYZ 36.47 46.41 9.04 -
YUV 168.7 55.37 131.78 -
System Red Green Blue C M Y K H S L
Decimal 174 191 40 0.09 0 0.79 0.25 66.75 0.65 0.45
Hex AE BF 28 9 0 4F 19 43 41 2D
Octal 256 277 50 11 0 117 31 103 101 55
Binary 10101110 10111111 101000 1001 0 1001111 11001 1000011 1000001 101101

Color Harmonies of #AEBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF28

Black with #AEBF28

Text Example


Text Example

White with #AEBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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