Html Css Color HEX #A8BB42 Celery

📋 copy color: '#A8BB42'

red 168 ◦ green 187 ◦ blue 66

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

Shades of Celery #A8BB42

Tints of Celery #A8BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.42%

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

R = 39.9%
G = 44.42%
B = 15.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#A8BB42 (or 0xA8BB42) is known color: Celery. HEX triplet: A8, BB and 42. RGB value is (168,187,66). Sum of RGB (Red+Green+Blue) = 168+187+66=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB42 is #5744BD. Grayscale: #A7A7A7. Windows color (decimal): -5719230 or 4373416. OLE color: 4373416.

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

Color convert

RGB 168 187 66 -
CMYK 0.10 0 0.65 0.27
HSL 69.42º 0.48% 0.5% -
HSV(B) 69.42º 0.65% 0.73% -
XYZ 34.9 44.26 11.86 -
YUV 167.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 168 187 66 0.10 0 0.65 0.27 69.42 0.48 0.5
Hex A8 BB 42 A 0 41 1B 45 30 32
Octal 250 273 102 12 0 101 33 105 60 62
Binary 10101000 10111011 1000010 1010 0 1000001 11011 1000101 110000 110010

Color Harmonies of #A8BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB42

Black with #A8BB42

Text Example


Text Example

White with #A8BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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