Html Css Color HEX #A8BF45 Celery

📋 copy color: '#A8BF45'

red 168 ◦ green 191 ◦ blue 69

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

Shades of Celery #A8BF45

Tints of Celery #A8BF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.12%

R = 39.25%
G = 44.63%
B = 16.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#A8BF45 (or 0xA8BF45) is known color: Celery. HEX triplet: A8, BF and 45. RGB value is (168,191,69). Sum of RGB (Red+Green+Blue) = 168+191+69=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF45 is #5740BA. Grayscale: #AAAAAA. Windows color (decimal): -5718203 or 4571048. OLE color: 4571048.

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

Color convert

RGB 168 191 69 -
CMYK 0.12 0 0.64 0.25
HSL 71.31º 0.49% 0.51% -
HSV(B) 71.31º 0.64% 0.75% -
XYZ 35.85 46.02 12.62 -
YUV 170.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 168 191 69 0.12 0 0.64 0.25 71.31 0.49 0.51
Hex A8 BF 45 C 0 40 19 47 31 33
Octal 250 277 105 14 0 100 31 107 61 63
Binary 10101000 10111111 1000101 1100 0 1000000 11001 1000111 110001 110011

Color Harmonies of #A8BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF45

Black with #A8BF45

Text Example


Text Example

White with #A8BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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