Html Css Color HEX #A8BA42 Celery

📋 copy color: '#A8BA42'

red 168 ◦ green 186 ◦ blue 66

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

Shades of Celery #A8BA42

Tints of Celery #A8BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 40%
G = 44.29%
B = 15.71%

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

#A8BA42 (or 0xA8BA42) is known color: Celery. HEX triplet: A8, BA and 42. RGB value is (168,186,66). Sum of RGB (Red+Green+Blue) = 168+186+66=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA42 is #5745BD. Grayscale: #A7A7A7. Windows color (decimal): -5719486 or 4373160. OLE color: 4373160.

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

Color convert

RGB 168 186 66 -
CMYK 0.10 0 0.65 0.27
HSL 69º 0.48% 0.49% -
HSV(B) 69º 0.65% 0.73% -
XYZ 34.69 43.84 11.79 -
YUV 166.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 168 186 66 0.10 0 0.65 0.27 69 0.48 0.49
Hex A8 BA 42 A 0 41 1B 45 30 31
Octal 250 272 102 12 0 101 33 105 60 61
Binary 10101000 10111010 1000010 1010 0 1000001 11011 1000101 110000 110001

Color Harmonies of #A8BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA42

Black with #A8BA42

Text Example


Text Example

White with #A8BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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