Html Css Color HEX #A8B14B Celery

📋 copy color: '#A8B14B'

red 168 ◦ green 177 ◦ blue 75

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

Shades of Celery #A8B14B

Tints of Celery #A8B14B

RGB

 RED value IS 168 (66.02% from 255) = 40%

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

 BLUE value IS 75 (29.69% from 255) = 17.86%

R = 40%
G = 42.14%
B = 17.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#A8B14B (or 0xA8B14B) is known color: Celery. HEX triplet: A8, B1 and 4B. RGB value is (168,177,75). Sum of RGB (Red+Green+Blue) = 168+177+75=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B14B is #574EB4. Grayscale: #A3A3A3. Windows color (decimal): -5721781 or 4960680. OLE color: 4960680.

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

Color convert

RGB 168 177 75 -
CMYK 0.05 0 0.58 0.31
HSL 65.29º 0.4% 0.49% -
HSV(B) 65.29º 0.58% 0.69% -
XYZ 33.14 40.28 12.68 -
YUV 162.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 168 177 75 0.05 0 0.58 0.31 65.29 0.4 0.49
Hex A8 B1 4B 5 0 3A 1F 41 28 31
Octal 250 261 113 5 0 72 37 101 50 61
Binary 10101000 10110001 1001011 101 0 111010 11111 1000001 101000 110001

Color Harmonies of #A8B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B14B

Black with #A8B14B

Text Example


Text Example

White with #A8B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B14B; }

 p { color: rgb(168,177,75); }

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

background-color css

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

 a { background-color: rgb(168,177,75); }

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

border-color css

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

 span { border-color: rgb(168,177,75); }

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