Html Css Color HEX #A1BD4C Celery

📋 copy color: '#A1BD4C'

red 161 ◦ green 189 ◦ blue 76

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

Shades of Celery #A1BD4C

Tints of Celery #A1BD4C

RGB

 RED value IS 161 (63.28% from 255) = 37.79%

 GREEN value IS 189 (74.22% from 255) = 44.37%

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 37.79%
G = 44.37%
B = 17.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#A1BD4C (or 0xA1BD4C) is known color: Celery. HEX triplet: A1, BD and 4C. RGB value is (161,189,76). Sum of RGB (Red+Green+Blue) = 161+189+76=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD4C is #5E42B3. Grayscale: #A8A8A8. Windows color (decimal): -6177460 or 5029281. OLE color: 5029281.

HSL color Cylindrical-coordinate representation of color #A1BD4C: hue angle of 74.87º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1BD4C is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 189 76 -
CMYK 0.15 0 0.60 0.26
HSL 74.87º 0.46% 0.52% -
HSV(B) 74.87º 0.6% 0.74% -
XYZ 34.2 44.49 13.62 -
YUV 167.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 161 189 76 0.15 0 0.60 0.26 74.87 0.46 0.52
Hex A1 BD 4C F 0 3C 1A 4B 2E 34
Octal 241 275 114 17 0 74 32 113 56 64
Binary 10100001 10111101 1001100 1111 0 111100 11010 1001011 101110 110100

Color Harmonies of #A1BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD4C

Black with #A1BD4C

Text Example


Text Example

White with #A1BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD4C; }

 p { color: rgb(161,189,76); }

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

background-color css

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

 a { background-color: rgb(161,189,76); }

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

border-color css

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

 span { border-color: rgb(161,189,76); }

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