Html Css Color HEX #A8BC42 Celery

📋 copy color: '#A8BC42'

red 168 ◦ green 188 ◦ blue 66

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

Shades of Celery #A8BC42

Tints of Celery #A8BC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 39.81%
G = 44.55%
B = 15.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#A8BC42 (or 0xA8BC42) is known color: Celery. HEX triplet: A8, BC and 42. RGB value is (168,188,66). Sum of RGB (Red+Green+Blue) = 168+188+66=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC42 is #5743BD. Grayscale: #A8A8A8. Windows color (decimal): -5718974 or 4373672. OLE color: 4373672.

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

Color convert

RGB 168 188 66 -
CMYK 0.11 0 0.65 0.26
HSL 69.84º 0.48% 0.5% -
HSV(B) 69.84º 0.65% 0.74% -
XYZ 35.12 44.68 11.93 -
YUV 168.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 168 188 66 0.11 0 0.65 0.26 69.84 0.48 0.5
Hex A8 BC 42 B 0 41 1A 46 30 32
Octal 250 274 102 13 0 101 32 106 60 62
Binary 10101000 10111100 1000010 1011 0 1000001 11010 1000110 110000 110010

Color Harmonies of #A8BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC42

Black with #A8BC42

Text Example


Text Example

White with #A8BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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