Html Css Color HEX #AEBE1C Bahia

📋 copy color: '#AEBE1C'

red 174 ◦ green 190 ◦ blue 28

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

Shades of Bahia #AEBE1C

Tints of Bahia #AEBE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

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

R = 44.39%
G = 48.47%
B = 7.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AEBE1C (or 0xAEBE1C) is known color: Bahia. HEX triplet: AE, BE and 1C. RGB value is (174,190,28). Sum of RGB (Red+Green+Blue) = 174+190+28=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE1C is #5141E3. Grayscale: #A7A7A7. Windows color (decimal): -5325284 or 1883822. OLE color: 1883822.

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

Color convert

RGB 174 190 28 -
CMYK 0.08 0 0.85 0.25
HSL 65.93º 0.74% 0.43% -
HSV(B) 65.93º 0.85% 0.75% -
XYZ 36.08 45.91 8.06 -
YUV 166.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 174 190 28 0.08 0 0.85 0.25 65.93 0.74 0.43
Hex AE BE 1C 8 0 55 19 42 4A 2B
Octal 256 276 34 10 0 125 31 102 112 53
Binary 10101110 10111110 11100 1000 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #AEBE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE1C

Black with #AEBE1C

Text Example


Text Example

White with #AEBE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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