Html Css Color HEX #A1BD4D Celery

📋 copy color: '#A1BD4D'

red 161 ◦ green 189 ◦ blue 77

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

Shades of Celery #A1BD4D

Tints of Celery #A1BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 37.7%
G = 44.26%
B = 18.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#A1BD4D (or 0xA1BD4D) is known color: Celery. HEX triplet: A1, BD and 4D. RGB value is (161,189,77). Sum of RGB (Red+Green+Blue) = 161+189+77=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD4D is #5E42B2. Grayscale: #A8A8A8. Windows color (decimal): -6177459 or 5094817. OLE color: 5094817.

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

Color convert

RGB 161 189 77 -
CMYK 0.15 0 0.59 0.26
HSL 75º 0.46% 0.52% -
HSV(B) 75º 0.59% 0.74% -
XYZ 34.24 44.51 13.81 -
YUV 167.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 161 189 77 0.15 0 0.59 0.26 75 0.46 0.52
Hex A1 BD 4D F 0 3B 1A 4B 2E 34
Octal 241 275 115 17 0 73 32 113 56 64
Binary 10100001 10111101 1001101 1111 0 111011 11010 1001011 101110 110100

Color Harmonies of #A1BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD4D

Black with #A1BD4D

Text Example


Text Example

White with #A1BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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