Html Css Color HEX #A8B448 Celery

📋 copy color: '#A8B448'

red 168 ◦ green 180 ◦ blue 72

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

Shades of Celery #A8B448

Tints of Celery #A8B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 40%
G = 42.86%
B = 17.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#A8B448 (or 0xA8B448) is known color: Celery. HEX triplet: A8, B4 and 48. RGB value is (168,180,72). Sum of RGB (Red+Green+Blue) = 168+180+72=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B448 is #574BB7. Grayscale: #A4A4A4. Windows color (decimal): -5721016 or 4764840. OLE color: 4764840.

HSL color Cylindrical-coordinate representation of color #A8B448: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8B448 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 72 -
CMYK 0.07 0 0.60 0.29
HSL 66.67º 0.43% 0.49% -
HSV(B) 66.67º 0.6% 0.71% -
XYZ 33.64 41.44 12.36 -
YUV 164.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 168 180 72 0.07 0 0.60 0.29 66.67 0.43 0.49
Hex A8 B4 48 7 0 3C 1D 43 2B 31
Octal 250 264 110 7 0 74 35 103 53 61
Binary 10101000 10110100 1001000 111 0 111100 11101 1000011 101011 110001

Color Harmonies of #A8B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B448

Black with #A8B448

Text Example


Text Example

White with #A8B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B448; }

 p { color: rgb(168,180,72); }

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

background-color css

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

 a { background-color: rgb(168,180,72); }

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

border-color css

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

 span { border-color: rgb(168,180,72); }

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