Html Css Color HEX #A8BC50 Celery

📋 copy color: '#A8BC50'

red 168 ◦ green 188 ◦ blue 80

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

Shades of Celery #A8BC50

Tints of Celery #A8BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 38.53%
G = 43.12%
B = 18.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#A8BC50 (or 0xA8BC50) is known color: Celery. HEX triplet: A8, BC and 50. RGB value is (168,188,80). Sum of RGB (Red+Green+Blue) = 168+188+80=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC50 is #5743AF. Grayscale: #AAAAAA. Windows color (decimal): -5718960 or 5291176. OLE color: 5291176.

HSL color Cylindrical-coordinate representation of color #A8BC50: hue angle of 71.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8BC50 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 80 -
CMYK 0.11 0 0.57 0.26
HSL 71.11º 0.45% 0.53% -
HSV(B) 71.11º 0.57% 0.74% -
XYZ 35.58 44.87 14.38 -
YUV 169.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 168 188 80 0.11 0 0.57 0.26 71.11 0.45 0.53
Hex A8 BC 50 B 0 39 1A 47 2D 35
Octal 250 274 120 13 0 71 32 107 55 65
Binary 10101000 10111100 1010000 1011 0 111001 11010 1000111 101101 110101

Color Harmonies of #A8BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC50

Black with #A8BC50

Text Example


Text Example

White with #A8BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC50; }

 p { color: rgb(168,188,80); }

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

background-color css

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

 a { background-color: rgb(168,188,80); }

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

border-color css

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

 span { border-color: rgb(168,188,80); }

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