Html Css Color HEX #A8BC4B Celery

📋 copy color: '#A8BC4B'

red 168 ◦ green 188 ◦ blue 75

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

Shades of Celery #A8BC4B

Tints of Celery #A8BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 38.98%
G = 43.62%
B = 17.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#A8BC4B (or 0xA8BC4B) is known color: Celery. HEX triplet: A8, BC and 4B. RGB value is (168,188,75). Sum of RGB (Red+Green+Blue) = 168+188+75=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC4B is #5743B4. Grayscale: #A9A9A9. Windows color (decimal): -5718965 or 4963496. OLE color: 4963496.

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

Color convert

RGB 168 188 75 -
CMYK 0.11 0 0.60 0.26
HSL 70.62º 0.46% 0.52% -
HSV(B) 70.62º 0.6% 0.74% -
XYZ 35.4 44.8 13.44 -
YUV 169.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 168 188 75 0.11 0 0.60 0.26 70.62 0.46 0.52
Hex A8 BC 4B B 0 3C 1A 47 2E 34
Octal 250 274 113 13 0 74 32 107 56 64
Binary 10101000 10111100 1001011 1011 0 111100 11010 1000111 101110 110100

Color Harmonies of #A8BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC4B

Black with #A8BC4B

Text Example


Text Example

White with #A8BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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