Html Css Color HEX #A7B14C Celery

📋 copy color: '#A7B14C'

red 167 ◦ green 177 ◦ blue 76

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

Shades of Celery #A7B14C

Tints of Celery #A7B14C

RGB

 RED value IS 167 (65.63% from 255) = 39.76%

 GREEN value IS 177 (69.53% from 255) = 42.14%

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

R = 39.76%
G = 42.14%
B = 18.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#A7B14C (or 0xA7B14C) is known color: Celery. HEX triplet: A7, B1 and 4C. RGB value is (167,177,76). Sum of RGB (Red+Green+Blue) = 167+177+76=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B14C is #584EB3. Grayscale: #A2A2A2. Windows color (decimal): -5787316 or 5026215. OLE color: 5026215.

HSL color Cylindrical-coordinate representation of color #A7B14C: hue angle of 65.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7B14C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 76 -
CMYK 0.06 0 0.57 0.31
HSL 65.94º 0.4% 0.5% -
HSV(B) 65.94º 0.57% 0.69% -
XYZ 32.96 40.18 12.86 -
YUV 162.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 167 177 76 0.06 0 0.57 0.31 65.94 0.4 0.5
Hex A7 B1 4C 6 0 39 1F 42 28 32
Octal 247 261 114 6 0 71 37 102 50 62
Binary 10100111 10110001 1001100 110 0 111001 11111 1000010 101000 110010

Color Harmonies of #A7B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B14C

Black with #A7B14C

Text Example


Text Example

White with #A7B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B14C; }

 p { color: rgb(167,177,76); }

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

background-color css

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

 a { background-color: rgb(167,177,76); }

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

border-color css

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

 span { border-color: rgb(167,177,76); }

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