Html Css Color HEX #A8BD42 Celery

📋 copy color: '#A8BD42'

red 168 ◦ green 189 ◦ blue 66

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

Shades of Celery #A8BD42

Tints of Celery #A8BD42

RGB

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

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

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

R = 39.72%
G = 44.68%
B = 15.6%

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

#A8BD42 (or 0xA8BD42) is known color: Celery. HEX triplet: A8, BD and 42. RGB value is (168,189,66). Sum of RGB (Red+Green+Blue) = 168+189+66=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD42 is #5742BD. Grayscale: #A9A9A9. Windows color (decimal): -5718718 or 4373928. OLE color: 4373928.

HSL color Cylindrical-coordinate representation of color #A8BD42: hue angle of 70.24º 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 #A8BD42 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 66 -
CMYK 0.11 0 0.65 0.26
HSL 70.24º 0.48% 0.5% -
HSV(B) 70.24º 0.65% 0.74% -
XYZ 35.33 45.11 12 -
YUV 168.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 168 189 66 0.11 0 0.65 0.26 70.24 0.48 0.5
Hex A8 BD 42 B 0 41 1A 46 30 32
Octal 250 275 102 13 0 101 32 106 60 62
Binary 10101000 10111101 1000010 1011 0 1000001 11010 1000110 110000 110010

Color Harmonies of #A8BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD42

Black with #A8BD42

Text Example


Text Example

White with #A8BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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