Html Css Color HEX #AEB222 Bahia

📋 copy color: '#AEB222'

red 174 ◦ green 178 ◦ blue 34

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

Shades of Bahia #AEB222

Tints of Bahia #AEB222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.81%

R = 45.08%
G = 46.11%
B = 8.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#AEB222 (or 0xAEB222) is known color: Bahia. HEX triplet: AE, B2 and 22. RGB value is (174,178,34). Sum of RGB (Red+Green+Blue) = 174+178+34=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB222 is #514DDD. Grayscale: #A0A0A0. Windows color (decimal): -5328350 or 2273966. OLE color: 2273966.

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

Color convert

RGB 174 178 34 -
CMYK 0.02 0 0.81 0.30
HSL 61.67º 0.68% 0.42% -
HSV(B) 61.67º 0.81% 0.7% -
XYZ 33.66 40.95 7.64 -
YUV 160.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 174 178 34 0.02 0 0.81 0.30 61.67 0.68 0.42
Hex AE B2 22 2 0 51 1E 3E 44 2A
Octal 256 262 42 2 0 121 36 76 104 52
Binary 10101110 10110010 100010 10 0 1010001 11110 111110 1000100 101010

Color Harmonies of #AEB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB222

Black with #AEB222

Text Example


Text Example

White with #AEB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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