Html Css Color HEX #AEB223 Bahia

📋 copy color: '#AEB223'

red 174 ◦ green 178 ◦ blue 35

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

Shades of Bahia #AEB223

Tints of Bahia #AEB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 44.96%
G = 45.99%
B = 9.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#AEB223 (or 0xAEB223) is known color: Bahia. HEX triplet: AE, B2 and 23. RGB value is (174,178,35). Sum of RGB (Red+Green+Blue) = 174+178+35=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB223 is #514DDC. Grayscale: #A1A1A1. Windows color (decimal): -5328349 or 2339502. OLE color: 2339502.

HSL color Cylindrical-coordinate representation of color #AEB223: hue angle of 61.68º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEB223 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 35 -
CMYK 0.02 0 0.80 0.30
HSL 61.68º 0.67% 0.42% -
HSV(B) 61.68º 0.8% 0.7% -
XYZ 33.68 40.96 7.72 -
YUV 160.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 174 178 35 0.02 0 0.80 0.30 61.68 0.67 0.42
Hex AE B2 23 2 0 50 1E 3E 43 2A
Octal 256 262 43 2 0 120 36 76 103 52
Binary 10101110 10110010 100011 10 0 1010000 11110 111110 1000011 101010

Color Harmonies of #AEB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB223

Black with #AEB223

Text Example


Text Example

White with #AEB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB223; }

 p { color: rgb(174,178,35); }

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

background-color css

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

 a { background-color: rgb(174,178,35); }

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

border-color css

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

 span { border-color: rgb(174,178,35); }

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