Html Css Color HEX #AEBC1C Bahia

📋 copy color: '#AEBC1C'

red 174 ◦ green 188 ◦ blue 28

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

Shades of Bahia #AEBC1C

Tints of Bahia #AEBC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 44.62%
G = 48.21%
B = 7.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#AEBC1C (or 0xAEBC1C) is known color: Bahia. HEX triplet: AE, BC and 1C. RGB value is (174,188,28). Sum of RGB (Red+Green+Blue) = 174+188+28=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC1C is #5143E3. Grayscale: #A6A6A6. Windows color (decimal): -5325796 or 1883310. OLE color: 1883310.

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

Color convert

RGB 174 188 28 -
CMYK 0.07 0 0.85 0.26
HSL 65.25º 0.74% 0.42% -
HSV(B) 65.25º 0.85% 0.74% -
XYZ 35.65 45.05 7.92 -
YUV 165.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 174 188 28 0.07 0 0.85 0.26 65.25 0.74 0.42
Hex AE BC 1C 7 0 55 1A 41 4A 2A
Octal 256 274 34 7 0 125 32 101 112 52
Binary 10101110 10111100 11100 111 0 1010101 11010 1000001 1001010 101010

Color Harmonies of #AEBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC1C

Black with #AEBC1C

Text Example


Text Example

White with #AEBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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