Html Css Color HEX #A4BD3F Celery

📋 copy color: '#A4BD3F'

red 164 ◦ green 189 ◦ blue 63

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

Shades of Celery #A4BD3F

Tints of Celery #A4BD3F

RGB

 RED value IS 164 (64.45% from 255) = 39.42%

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

 BLUE value IS 63 (25% from 255) = 15.14%

R = 39.42%
G = 45.43%
B = 15.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#A4BD3F (or 0xA4BD3F) is known color: Celery. HEX triplet: A4, BD and 3F. RGB value is (164,189,63). Sum of RGB (Red+Green+Blue) = 164+189+63=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD3F is #5B42C0. Grayscale: #A7A7A7. Windows color (decimal): -5980865 or 4177316. OLE color: 4177316.

HSL color Cylindrical-coordinate representation of color #A4BD3F: hue angle of 71.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4BD3F is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 63 -
CMYK 0.13 0 0.67 0.26
HSL 71.9º 0.5% 0.49% -
HSV(B) 71.9º 0.67% 0.74% -
XYZ 34.4 44.65 11.51 -
YUV 167.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 164 189 63 0.13 0 0.67 0.26 71.9 0.5 0.49
Hex A4 BD 3F D 0 43 1A 48 32 31
Octal 244 275 77 15 0 103 32 110 62 61
Binary 10100100 10111101 111111 1101 0 1000011 11010 1001000 110010 110001

Color Harmonies of #A4BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD3F

Black with #A4BD3F

Text Example


Text Example

White with #A4BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD3F; }

 p { color: rgb(164,189,63); }

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

background-color css

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

 a { background-color: rgb(164,189,63); }

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

border-color css

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

 span { border-color: rgb(164,189,63); }

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