Html Css Color HEX #A8B04A Celery

📋 copy color: '#A8B04A'

red 168 ◦ green 176 ◦ blue 74

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

Shades of Celery #A8B04A

Tints of Celery #A8B04A

RGB

 RED value IS 168 (66.02% from 255) = 40.19%

 GREEN value IS 176 (69.14% from 255) = 42.11%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 40.19%
G = 42.11%
B = 17.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#A8B04A (or 0xA8B04A) is known color: Celery. HEX triplet: A8, B0 and 4A. RGB value is (168,176,74). Sum of RGB (Red+Green+Blue) = 168+176+74=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B04A is #574FB5. Grayscale: #A2A2A2. Windows color (decimal): -5722038 or 4894888. OLE color: 4894888.

HSL color Cylindrical-coordinate representation of color #A8B04A: hue angle of 64.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8B04A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 74 -
CMYK 0.05 0 0.58 0.31
HSL 64.71º 0.41% 0.49% -
HSV(B) 64.71º 0.58% 0.69% -
XYZ 32.91 39.87 12.44 -
YUV 161.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 168 176 74 0.05 0 0.58 0.31 64.71 0.41 0.49
Hex A8 B0 4A 5 0 3A 1F 41 29 31
Octal 250 260 112 5 0 72 37 101 51 61
Binary 10101000 10110000 1001010 101 0 111010 11111 1000001 101001 110001

Color Harmonies of #A8B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B04A

Black with #A8B04A

Text Example


Text Example

White with #A8B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B04A; }

 p { color: rgb(168,176,74); }

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

background-color css

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

 a { background-color: rgb(168,176,74); }

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

border-color css

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

 span { border-color: rgb(168,176,74); }

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