Html Css Color HEX #A8BF46 Celery

📋 copy color: '#A8BF46'

red 168 ◦ green 191 ◦ blue 70

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

Shades of Celery #A8BF46

Tints of Celery #A8BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 39.16%
G = 44.52%
B = 16.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#A8BF46 (or 0xA8BF46) is known color: Celery. HEX triplet: A8, BF and 46. RGB value is (168,191,70). Sum of RGB (Red+Green+Blue) = 168+191+70=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF46 is #5740B9. Grayscale: #AAAAAA. Windows color (decimal): -5718202 or 4636584. OLE color: 4636584.

HSL color Cylindrical-coordinate representation of color #A8BF46: hue angle of 71.4º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8BF46 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 70 -
CMYK 0.12 0 0.63 0.25
HSL 71.4º 0.49% 0.51% -
HSV(B) 71.4º 0.63% 0.75% -
XYZ 35.88 46.03 12.79 -
YUV 170.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 168 191 70 0.12 0 0.63 0.25 71.4 0.49 0.51
Hex A8 BF 46 C 0 3F 19 47 31 33
Octal 250 277 106 14 0 77 31 107 61 63
Binary 10101000 10111111 1000110 1100 0 111111 11001 1000111 110001 110011

Color Harmonies of #A8BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF46

Black with #A8BF46

Text Example


Text Example

White with #A8BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF46; }

 p { color: rgb(168,191,70); }

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

background-color css

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

 a { background-color: rgb(168,191,70); }

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

border-color css

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

 span { border-color: rgb(168,191,70); }

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