Html Css Color HEX #A8BD4F Celery

📋 copy color: '#A8BD4F'

red 168 ◦ green 189 ◦ blue 79

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

Shades of Celery #A8BD4F

Tints of Celery #A8BD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 38.53%
G = 43.35%
B = 18.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A8BD4F (or 0xA8BD4F) is known color: Celery. HEX triplet: A8, BD and 4F. RGB value is (168,189,79). Sum of RGB (Red+Green+Blue) = 168+189+79=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD4F is #5742B0. Grayscale: #AAAAAA. Windows color (decimal): -5718705 or 5225896. OLE color: 5225896.

HSL color Cylindrical-coordinate representation of color #A8BD4F: hue angle of 71.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8BD4F is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 79 -
CMYK 0.11 0 0.58 0.26
HSL 71.45º 0.45% 0.53% -
HSV(B) 71.45º 0.58% 0.74% -
XYZ 35.76 45.28 14.25 -
YUV 170.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 168 189 79 0.11 0 0.58 0.26 71.45 0.45 0.53
Hex A8 BD 4F B 0 3A 1A 47 2D 35
Octal 250 275 117 13 0 72 32 107 55 65
Binary 10101000 10111101 1001111 1011 0 111010 11010 1000111 101101 110101

Color Harmonies of #A8BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD4F

Black with #A8BD4F

Text Example


Text Example

White with #A8BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD4F; }

 p { color: rgb(168,189,79); }

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

background-color css

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

 a { background-color: rgb(168,189,79); }

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

border-color css

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

 span { border-color: rgb(168,189,79); }

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