Html Css Color HEX #A8BF3D Celery

📋 copy color: '#A8BF3D'

red 168 ◦ green 191 ◦ blue 61

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

Shades of Celery #A8BF3D

Tints of Celery #A8BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 40%
G = 45.48%
B = 14.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#A8BF3D (or 0xA8BF3D) is known color: Celery. HEX triplet: A8, BF and 3D. RGB value is (168,191,61). Sum of RGB (Red+Green+Blue) = 168+191+61=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF3D is #5740C2. Grayscale: #A9A9A9. Windows color (decimal): -5718211 or 4046760. OLE color: 4046760.

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

Color convert

RGB 168 191 61 -
CMYK 0.12 0 0.68 0.25
HSL 70.62º 0.52% 0.49% -
HSV(B) 70.62º 0.68% 0.75% -
XYZ 35.62 45.92 11.4 -
YUV 169.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 168 191 61 0.12 0 0.68 0.25 70.62 0.52 0.49
Hex A8 BF 3D C 0 44 19 47 34 31
Octal 250 277 75 14 0 104 31 107 64 61
Binary 10101000 10111111 111101 1100 0 1000100 11001 1000111 110100 110001

Color Harmonies of #A8BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF3D

Black with #A8BF3D

Text Example


Text Example

White with #A8BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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