Html Css Color HEX #A0B748 Celery

📋 copy color: '#A0B748'

red 160 ◦ green 183 ◦ blue 72

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

Shades of Celery #A0B748

Tints of Celery #A0B748

RGB

 RED value IS 160 (62.89% from 255) = 38.55%

 GREEN value IS 183 (71.88% from 255) = 44.1%

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

R = 38.55%
G = 44.1%
B = 17.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#A0B748 (or 0xA0B748) is known color: Celery. HEX triplet: A0, B7 and 48. RGB value is (160,183,72). Sum of RGB (Red+Green+Blue) = 160+183+72=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B748 is #5F48B7. Grayscale: #A3A3A3. Windows color (decimal): -6244536 or 4765600. OLE color: 4765600.

HSL color Cylindrical-coordinate representation of color #A0B748: hue angle of 72.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0B748 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 72 -
CMYK 0.13 0 0.61 0.28
HSL 72.43º 0.44% 0.5% -
HSV(B) 72.43º 0.61% 0.72% -
XYZ 32.6 41.81 12.48 -
YUV 163.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 160 183 72 0.13 0 0.61 0.28 72.43 0.44 0.5
Hex A0 B7 48 D 0 3D 1C 48 2C 32
Octal 240 267 110 15 0 75 34 110 54 62
Binary 10100000 10110111 1001000 1101 0 111101 11100 1001000 101100 110010

Color Harmonies of #A0B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B748

Black with #A0B748

Text Example


Text Example

White with #A0B748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B748; }

 p { color: rgb(160,183,72); }

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

background-color css

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

 a { background-color: rgb(160,183,72); }

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

border-color css

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

 span { border-color: rgb(160,183,72); }

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