Html Css Color HEX #A0B742 Celery

📋 copy color: '#A0B742'

red 160 ◦ green 183 ◦ blue 66

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

Shades of Celery #A0B742

Tints of Celery #A0B742

RGB

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

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

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

R = 39.12%
G = 44.74%
B = 16.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#A0B742 (or 0xA0B742) is known color: Celery. HEX triplet: A0, B7 and 42. RGB value is (160,183,66). Sum of RGB (Red+Green+Blue) = 160+183+66=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B742 is #5F48BD. Grayscale: #A3A3A3. Windows color (decimal): -6244542 or 4372384. OLE color: 4372384.

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

Color convert

RGB 160 183 66 -
CMYK 0.13 0 0.64 0.28
HSL 71.79º 0.47% 0.49% -
HSV(B) 71.79º 0.64% 0.72% -
XYZ 32.41 41.73 11.5 -
YUV 162.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 160 183 66 0.13 0 0.64 0.28 71.79 0.47 0.49
Hex A0 B7 42 D 0 40 1C 48 2F 31
Octal 240 267 102 15 0 100 34 110 57 61
Binary 10100000 10110111 1000010 1101 0 1000000 11100 1001000 101111 110001

Color Harmonies of #A0B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B742

Black with #A0B742

Text Example


Text Example

White with #A0B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B742; }

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

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

background-color css

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

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

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

border-color css

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

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

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