Html Css Color HEX #A8BC5F Celery

📋 copy color: '#A8BC5F'

red 168 ◦ green 188 ◦ blue 95

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

Shades of Celery #A8BC5F

Tints of Celery #A8BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 37.25%
G = 41.69%
B = 21.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#A8BC5F (or 0xA8BC5F) is known color: Celery. HEX triplet: A8, BC and 5F. RGB value is (168,188,95). Sum of RGB (Red+Green+Blue) = 168+188+95=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC5F is #5743A0. Grayscale: #ABABAB. Windows color (decimal): -5718945 or 6274216. OLE color: 6274216.

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

Color convert

RGB 168 188 95 -
CMYK 0.11 0 0.49 0.26
HSL 72.9º 0.41% 0.55% -
HSV(B) 72.9º 0.49% 0.74% -
XYZ 36.2 45.12 17.63 -
YUV 171.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 168 188 95 0.11 0 0.49 0.26 72.9 0.41 0.55
Hex A8 BC 5F B 0 31 1A 49 29 37
Octal 250 274 137 13 0 61 32 111 51 67
Binary 10101000 10111100 1011111 1011 0 110001 11010 1001001 101001 110111

Color Harmonies of #A8BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC5F

Black with #A8BC5F

Text Example


Text Example

White with #A8BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC5F; }

 p { color: rgb(168,188,95); }

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

background-color css

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

 a { background-color: rgb(168,188,95); }

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

border-color css

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

 span { border-color: rgb(168,188,95); }

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