Html Css Color HEX #A8B04D Celery

📋 copy color: '#A8B04D'

red 168 ◦ green 176 ◦ blue 77

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

Shades of Celery #A8B04D

Tints of Celery #A8B04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 39.9%
G = 41.81%
B = 18.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#A8B04D (or 0xA8B04D) is known color: Celery. HEX triplet: A8, B0 and 4D. RGB value is (168,176,77). Sum of RGB (Red+Green+Blue) = 168+176+77=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B04D is #574FB2. Grayscale: #A2A2A2. Windows color (decimal): -5722035 or 5091496. OLE color: 5091496.

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

Color convert

RGB 168 176 77 -
CMYK 0.05 0 0.56 0.31
HSL 64.85º 0.39% 0.5% -
HSV(B) 64.85º 0.56% 0.69% -
XYZ 33.01 39.91 12.98 -
YUV 162.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 168 176 77 0.05 0 0.56 0.31 64.85 0.39 0.5
Hex A8 B0 4D 5 0 38 1F 41 27 32
Octal 250 260 115 5 0 70 37 101 47 62
Binary 10101000 10110000 1001101 101 0 111000 11111 1000001 100111 110010

Color Harmonies of #A8B04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B04D

Black with #A8B04D

Text Example


Text Example

White with #A8B04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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