Html Css Color HEX #A1BD4A Celery

📋 copy color: '#A1BD4A'

red 161 ◦ green 189 ◦ blue 74

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

Shades of Celery #A1BD4A

Tints of Celery #A1BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 37.97%
G = 44.58%
B = 17.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#A1BD4A (or 0xA1BD4A) is known color: Celery. HEX triplet: A1, BD and 4A. RGB value is (161,189,74). Sum of RGB (Red+Green+Blue) = 161+189+74=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD4A is #5E42B5. Grayscale: #A7A7A7. Windows color (decimal): -6177462 or 4898209. OLE color: 4898209.

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

Color convert

RGB 161 189 74 -
CMYK 0.15 0 0.61 0.26
HSL 74.61º 0.47% 0.52% -
HSV(B) 74.61º 0.61% 0.74% -
XYZ 34.13 44.47 13.26 -
YUV 167.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 161 189 74 0.15 0 0.61 0.26 74.61 0.47 0.52
Hex A1 BD 4A F 0 3D 1A 4B 2F 34
Octal 241 275 112 17 0 75 32 113 57 64
Binary 10100001 10111101 1001010 1111 0 111101 11010 1001011 101111 110100

Color Harmonies of #A1BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD4A

Black with #A1BD4A

Text Example


Text Example

White with #A1BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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