Html Css Color HEX #A8B14A Celery

📋 copy color: '#A8B14A'

red 168 ◦ green 177 ◦ blue 74

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

Shades of Celery #A8B14A

Tints of Celery #A8B14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 40.1%
G = 42.24%
B = 17.66%

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

#A8B14A (or 0xA8B14A) is known color: Celery. HEX triplet: A8, B1 and 4A. RGB value is (168,177,74). Sum of RGB (Red+Green+Blue) = 168+177+74=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B14A is #574EB5. Grayscale: #A2A2A2. Windows color (decimal): -5721782 or 4895144. OLE color: 4895144.

HSL color Cylindrical-coordinate representation of color #A8B14A: hue angle of 65.24º 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 #A8B14A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 74 -
CMYK 0.05 0 0.58 0.31
HSL 65.24º 0.41% 0.49% -
HSV(B) 65.24º 0.58% 0.69% -
XYZ 33.11 40.26 12.51 -
YUV 162.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 168 177 74 0.05 0 0.58 0.31 65.24 0.41 0.49
Hex A8 B1 4A 5 0 3A 1F 41 29 31
Octal 250 261 112 5 0 72 37 101 51 61
Binary 10101000 10110001 1001010 101 0 111010 11111 1000001 101001 110001

Color Harmonies of #A8B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B14A

Black with #A8B14A

Text Example


Text Example

White with #A8B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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