Html Css Color HEX #A8BD3C Celery

📋 copy color: '#A8BD3C'

red 168 ◦ green 189 ◦ blue 60

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

Shades of Celery #A8BD3C

Tints of Celery #A8BD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 40.29%
G = 45.32%
B = 14.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#A8BD3C (or 0xA8BD3C) is known color: Celery. HEX triplet: A8, BD and 3C. RGB value is (168,189,60). Sum of RGB (Red+Green+Blue) = 168+189+60=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD3C is #5742C3. Grayscale: #A8A8A8. Windows color (decimal): -5718724 or 3980712. OLE color: 3980712.

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

Color convert

RGB 168 189 60 -
CMYK 0.11 0 0.68 0.26
HSL 69.77º 0.52% 0.49% -
HSV(B) 69.77º 0.68% 0.74% -
XYZ 35.16 45.05 11.12 -
YUV 168.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 168 189 60 0.11 0 0.68 0.26 69.77 0.52 0.49
Hex A8 BD 3C B 0 44 1A 46 34 31
Octal 250 275 74 13 0 104 32 106 64 61
Binary 10101000 10111101 111100 1011 0 1000100 11010 1000110 110100 110001

Color Harmonies of #A8BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD3C

Black with #A8BD3C

Text Example


Text Example

White with #A8BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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