Html Css Color HEX #A3B350 Celery

📋 copy color: '#A3B350'

red 163 ◦ green 179 ◦ blue 80

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

Shades of Celery #A3B350

Tints of Celery #A3B350

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

 GREEN value IS 179 (70.31% from 255) = 42.42%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 38.63%
G = 42.42%
B = 18.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#A3B350 (or 0xA3B350) is known color: Celery. HEX triplet: A3, B3 and 50. RGB value is (163,179,80). Sum of RGB (Red+Green+Blue) = 163+179+80=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B350 is #5C4CAF. Grayscale: #A3A3A3. Windows color (decimal): -6048944 or 5288867. OLE color: 5288867.

HSL color Cylindrical-coordinate representation of color #A3B350: hue angle of 69.7º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3B350 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 179 80 -
CMYK 0.09 0 0.55 0.30
HSL 69.7º 0.39% 0.51% -
HSV(B) 69.7º 0.55% 0.7% -
XYZ 32.67 40.61 13.71 -
YUV 162.93 81.2 128.05 -
System Red Green Blue C M Y K H S L
Decimal 163 179 80 0.09 0 0.55 0.30 69.7 0.39 0.51
Hex A3 B3 50 9 0 37 1E 46 27 33
Octal 243 263 120 11 0 67 36 106 47 63
Binary 10100011 10110011 1010000 1001 0 110111 11110 1000110 100111 110011

Color Harmonies of #A3B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B350

Black with #A3B350

Text Example


Text Example

White with #A3B350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B350; }

 p { color: rgb(163,179,80); }

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

background-color css

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

 a { background-color: rgb(163,179,80); }

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

border-color css

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

 span { border-color: rgb(163,179,80); }

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