Html Css Color HEX #A1BD45 Celery

📋 copy color: '#A1BD45'

red 161 ◦ green 189 ◦ blue 69

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

Shades of Celery #A1BD45

Tints of Celery #A1BD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 38.42%
G = 45.11%
B = 16.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#A1BD45 (or 0xA1BD45) is known color: Celery. HEX triplet: A1, BD and 45. RGB value is (161,189,69). Sum of RGB (Red+Green+Blue) = 161+189+69=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD45 is #5E42BA. Grayscale: #A7A7A7. Windows color (decimal): -6177467 or 4570529. OLE color: 4570529.

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

Color convert

RGB 161 189 69 -
CMYK 0.15 0 0.63 0.26
HSL 74º 0.48% 0.51% -
HSV(B) 74º 0.63% 0.74% -
XYZ 33.97 44.4 12.41 -
YUV 166.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 161 189 69 0.15 0 0.63 0.26 74 0.48 0.51
Hex A1 BD 45 F 0 3F 1A 4A 30 33
Octal 241 275 105 17 0 77 32 112 60 63
Binary 10100001 10111101 1000101 1111 0 111111 11010 1001010 110000 110011

Color Harmonies of #A1BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BD45

Black with #A1BD45

Text Example


Text Example

White with #A1BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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