Html Css Color HEX #AEB71C Bahia

📋 copy color: '#AEB71C'

red 174 ◦ green 183 ◦ blue 28

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

Shades of Bahia #AEB71C

Tints of Bahia #AEB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

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

R = 45.19%
G = 47.53%
B = 7.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#AEB71C (or 0xAEB71C) is known color: Bahia. HEX triplet: AE, B7 and 1C. RGB value is (174,183,28). Sum of RGB (Red+Green+Blue) = 174+183+28=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB71C is #5148E3. Grayscale: #A3A3A3. Windows color (decimal): -5327076 or 1882030. OLE color: 1882030.

HSL color Cylindrical-coordinate representation of color #AEB71C: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEB71C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 28 -
CMYK 0.05 0 0.85 0.28
HSL 63.48º 0.73% 0.41% -
HSV(B) 63.48º 0.85% 0.72% -
XYZ 34.6 42.95 7.57 -
YUV 162.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 174 183 28 0.05 0 0.85 0.28 63.48 0.73 0.41
Hex AE B7 1C 5 0 55 1C 3F 49 29
Octal 256 267 34 5 0 125 34 77 111 51
Binary 10101110 10110111 11100 101 0 1010101 11100 111111 1001001 101001

Color Harmonies of #AEB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB71C

Black with #AEB71C

Text Example


Text Example

White with #AEB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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