Html Css Color HEX #A8BF3F Celery

📋 copy color: '#A8BF3F'

red 168 ◦ green 191 ◦ blue 63

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

Shades of Celery #A8BF3F

Tints of Celery #A8BF3F

RGB

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

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

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

R = 39.81%
G = 45.26%
B = 14.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A8BF3F (or 0xA8BF3F) is known color: Celery. HEX triplet: A8, BF and 3F. RGB value is (168,191,63). Sum of RGB (Red+Green+Blue) = 168+191+63=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF3F is #5740C0. Grayscale: #AAAAAA. Windows color (decimal): -5718209 or 4177832. OLE color: 4177832.

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

Color convert

RGB 168 191 63 -
CMYK 0.12 0 0.67 0.25
HSL 70.78º 0.5% 0.5% -
HSV(B) 70.78º 0.67% 0.75% -
XYZ 35.68 45.95 11.69 -
YUV 169.53 67.88 126.91 -
System Red Green Blue C M Y K H S L
Decimal 168 191 63 0.12 0 0.67 0.25 70.78 0.5 0.5
Hex A8 BF 3F C 0 43 19 47 32 32
Octal 250 277 77 14 0 103 31 107 62 62
Binary 10101000 10111111 111111 1100 0 1000011 11001 1000111 110010 110010

Color Harmonies of #A8BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF3F

Black with #A8BF3F

Text Example


Text Example

White with #A8BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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