Html Css Color HEX #AEBD42 Celery

📋 copy color: '#AEBD42'

red 174 ◦ green 189 ◦ blue 66

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

Shades of Celery #AEBD42

Tints of Celery #AEBD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 40.56%
G = 44.06%
B = 15.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#AEBD42 (or 0xAEBD42) is known color: Celery. HEX triplet: AE, BD and 42. RGB value is (174,189,66). Sum of RGB (Red+Green+Blue) = 174+189+66=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD42 is #5142BD. Grayscale: #AAAAAA. Windows color (decimal): -5325502 or 4373934. OLE color: 4373934.

HSL color Cylindrical-coordinate representation of color #AEBD42: hue angle of 67.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEBD42 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 66 -
CMYK 0.08 0 0.65 0.26
HSL 67.32º 0.48% 0.5% -
HSV(B) 67.32º 0.65% 0.74% -
XYZ 36.64 45.79 12.06 -
YUV 170.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 174 189 66 0.08 0 0.65 0.26 67.32 0.48 0.5
Hex AE BD 42 8 0 41 1A 43 30 32
Octal 256 275 102 10 0 101 32 103 60 62
Binary 10101110 10111101 1000010 1000 0 1000001 11010 1000011 110000 110010

Color Harmonies of #AEBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD42

Black with #AEBD42

Text Example


Text Example

White with #AEBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD42; }

 p { color: rgb(174,189,66); }

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

background-color css

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

 a { background-color: rgb(174,189,66); }

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

border-color css

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

 span { border-color: rgb(174,189,66); }

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