Html Css Color HEX #A8BF37 Yellow Green

📋 copy color: '#A8BF37'

red 168 ◦ green 191 ◦ blue 55

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

Shades of Yellow Green #A8BF37

Tints of Yellow Green #A8BF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.29%

R = 40.58%
G = 46.14%
B = 13.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#A8BF37 (or 0xA8BF37) is known color: Yellow Green. HEX triplet: A8, BF and 37. RGB value is (168,191,55). Sum of RGB (Red+Green+Blue) = 168+191+55=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF37 is #5740C8. Grayscale: #A9A9A9. Windows color (decimal): -5718217 or 3653544. OLE color: 3653544.

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

Color convert

RGB 168 191 55 -
CMYK 0.12 0 0.71 0.25
HSL 70.15º 0.55% 0.48% -
HSV(B) 70.15º 0.71% 0.75% -
XYZ 35.47 45.86 10.6 -
YUV 168.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 168 191 55 0.12 0 0.71 0.25 70.15 0.55 0.48
Hex A8 BF 37 C 0 47 19 46 37 30
Octal 250 277 67 14 0 107 31 106 67 60
Binary 10101000 10111111 110111 1100 0 1000111 11001 1000110 110111 110000

Color Harmonies of #A8BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF37

Black with #A8BF37

Text Example


Text Example

White with #A8BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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